Displaying 1 result from an estimated 1 matches for "understabd".
Did you mean:
understabnd
2013 Feb 19
1
make a list with names with s/lapply
Hello,
I open some files in a directory and get a list.
open.list <- sapply (namen, function (x) {file <- list.files (ddir,
pattern=x, full.names=TRUE) # namen is vector and each element detects a
special file to open
file <- read.table (file)
}
)
This list has no names. I would like to get a list with key/value