R语言遭遇bug袭击
平常遇到的各种Error,简单整理一下啊,不定期更新哈哈哈哈哈
1. R read.tabe line 5 did not have 2 elements
Reason: there are special characters such as # space key in file
2. Warning message:
In read.table("D:\\分析文件存储\\YYY_RNAseq\\merge\\sample_info.txt", :
incomplete final line found by readTableHeader on 'D:\xxx.txt'
Reason: 在文本最后一行加个回车就可以了