data.frame csv相关操作. 读入csv文件 #Shell #cat /tmp/test.csv A,1 B,4 C,3 D,5 #R > read.table(file='/tmp/test.csv',sep=',' ...
確定! 回上一頁