read.csv vs. read.table

前端 未结 3 2088
栀梦
栀梦 2021-02-07 05:00

I have seen in several cases that while read.table() is not able to read a tab delimited file (for example the annotation table of a microarray) returning the follo

3条回答
  •  故里飘歌
    2021-02-07 05:32

    read_table() does fail sometime on tab sep'ed file and setting sep='\s+' may help assuming item in your table have no space

提交回复
热议问题