Hi, Instead of having to program a loop to load several workspaces in a directory, it would be nice to store the filenames in a list "filelist" and then to apply "load" to this list "lapply( filelist, load)" Unfortunately, although it seems that R is loading the files, the contained objects are not available in the workspace afterwards. Any hints what I'm doing wrong or how to circumvent the problem? Peter --
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
