【发布时间】:2014-02-25 08:49:32
【问题描述】:
当打印到控制台或返回一个字符串时,我得到这个:
[1] "Please choose species to add data for".
我有这个烦人的:[1],在我无法摆脱的字符串的开头。
例如,这是我的代码,它是用闪亮的包编写的,输出在 GUI 中:
DataSets <<- input$newfile
if (is.null(DataSets))
return("Please choose species to add data for")
【问题讨论】:
标签: r