loadEnvironmentList | R Documentation |
read environment files and return a list of environments
loadEnvironmentList(
pat = NULL,
fl = makeArgs(),
exts = c("RData", "rda", "rdata"),
names = NULL,
trim = "\\.[^.]*$"
)
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 to eliminate when making names from the file names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.