loadLocalFiles | R Documentation |
Load local files
loadLocalFiles(
folder,
ignore = c(".aux.", ".mage-tab."),
name = "Data",
verbose = FALSE
)
folder |
Character: path to folder or ZIP archive |
ignore |
Character: skip folders and filenames that match the expression |
name |
Character: name |
verbose |
Boolean: print steps? |
List of data frames from valid files
Other functions to load data:
loadGtexData()
,
loadSRAproject()
,
loadTCGAdata()
## Not run:
folder <- "~/Downloads/ACC 2016"
data <- loadLocalFiles(folder)
ignore <- c(".aux.", ".mage-tab.", "junction quantification")
loadLocalFiles(folder, ignore)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.