我从this address下载了一个.tsv(不是csv)文件
我使用的命令:
custdata <- read.table('*F:\\Study\\UWA\\CITS4009\\custdata.tsv',header=T,sep='\t')
毫无疑问,该文件已经存在,但是我收到了警告消息
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file '*F:\Study\UWA\CITS4009\custdata.tsv': Invalid argument
怎么了?