Skip to content
Prev 247559 / 398503 Next

Importing multiple text files with lapply.

try:

mylist <- lapply(a, read.table, header = TRUE, sep = '\n')

also is the separator really '\n' meaning a new-line?  What exactly
does the data look like?
On Mon, Jan 17, 2011 at 11:47 AM, Simon Kiss <simonjkiss at yahoo.ca> wrote: