rdsReadList | R Documentation |
read rds files and return a list of objects
rdsReadList(
pat = NULL,
fl = makeArgs(),
exts = c("rds", "RDS"),
names = NULL,
trim = "\\.[^.]*$",
refhook = NULL
)
pat |
pattern to match |
fl |
file list to select from (makeArgs by default) |
exts |
extensions to select |
names |
a list of names for the environments found |
trim |
a pattern for making names from the file names (not used when names if provided) |
refhook |
pass to readRDS |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.