loadFirebrowseFolders {psichomics} | R Documentation |
Loads the files present in each folder as a data.frame.
loadFirebrowseFolders(folder, exclude = "")
folder |
Character: folder(s) in which to look for Firebrowse files |
exclude |
Character: files to exclude from the loading |
List with loaded data.frames
For faster execution, this function uses the readr
library. This
function ignores subfolders of the given folder (which means that files
inside subfolders are NOT loaded).