[R] iterators : checkFunc with ireadLines
William Michels
wjm1 @end|ng |rom c@@@co|umb|@@edu
Sun May 24 20:09:04 CEST 2020
Strike that one sentence in brackets: "[In point of fact, the R Data
Import/Export Manual suggests using perl]", to pre-process data before
loading into R. The manual's recommendation only pertains to large
fixed width formatted files [see #1], whereas Laurent's data is
whitespace-delimited:
> read.table( "Laurents.txt")
> read.delim( "Laurents.txt", sep="")
Best Regards, Bill.
W. Michels, Ph.D.
Citation:
[#1] https://cran.r-project.org/doc/manuals/r-release/R-data.html#Fixed_002dwidth_002dformat-files
More information about the R-help
mailing list