我正在尝试阅读一个文件,我的代码很简单:
df = read.table("DF",header=FALSE)
我正在为df1,df2,df3等做这个。但由于某种原因我在df达到错误。如果这有任何不同,它会比其他一些文件长7倍。
我得到的错误是:
> debugSource('script.R')
Called from: eval(expr, p)
Browse[1]> n
debug at //location/to/file/script.R#13: df = read.table("DF",header=FALSE)
Browse[2]>
df = read.table(“DF”,header = FALSE)在命令输入行中完美地找到,但任何人都可以解释为什么我不能让它在脚本中运行?