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
read.table()
read_table() does fail sometime on tab sep'ed file and setting sep='\s+' may help assuming item in your table have no space
read_table()
sep
sep='\s+'