从文本文件读取R中的表格时出现奇怪的行为

时间:2018-09-11 08:56:16

标签: r read.table

这个问题可能微不足道,但是任何人都可以回答为什么发生:

因此,在尝试读取表时,我们提供了正确的路径。但是按Enter键后,R会抛出错误消息,指出无效路径,因为它会在路径前面自动添加*。

在按Enter键之前:

 read.table("C:\\Users\\prudh\\Downloads\\SENIC.txt")

按Enter键

read.table("*C:\\Users\\prudh\\Downloads\\SENIC.txt")  # * Added by R
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file '*C:\Users\prudh\Downloads\SENIC.txt': Invalid argument

0 个答案:

没有答案