Displaying 1 result from an estimated 1 matches for "all_genom".
Did you mean:
all_genes
2001 Aug 21
1
read.table -unexpected truncation of rows
...' (meta)characters that can cause R to parse
a file incorrectly when using read.table?
--Dawn
Here the background if it's needed:
I'm new to R, but have done some Perl. I'm trying to read in a
data.frame from a file using * as a record separator.
data <- read.table("all_genomes.data",header=T,sep="*")
This has been working great until now when I tried to parse my latest
(biggest) file. The file has been generated with the exact same
script as other files that have imported correctly, but with
different original data.
R reads the new file and complain...