'Lost columns after combining multiple data

I used the command fileX <- do.call(rbind, lapply(list.file(), read_tsv)) to combine multiple files into 1 then the data frame came without columns.

Any suggestions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source