When printing to the console or return a string I get this:
[1] "Please choose species to add data for".
I have this annoying: [1]
, in the beginning of the string that I can't get rid of it.
Here is my code for example, it's written with shiny package and the output is in the GUI:
DataSets <<- input$newfile
if (is.null(DataSets))
return("Please choose species to add data for")