search for: myfilesvalue

Displaying 1 result from an estimated 1 matches for "myfilesvalue".

2013 May 15
2
R help: Batch read files based on names in a list
...quot;row.names") ...etc I want to know if I can use a list of the filenames c("File1", "File2", "File2") etc. and apply a function to do this in a more automated fasion? This would involve using the list value in the directory path to read in the file i.e. >*MyFilesValue*_DF <- read.delim("\\\\DirectoryToFolders\\*MyFilesValue*_Folder\\*MyFilesValue*.txt", stringsAsFactors=FALSE, check.names=FALSE) Any help appreciated * [[alternative HTML version deleted]]