View source: R/loadDataAsName.R
loadDataAsName | R Documentation |
Load data as name
loadDataAsName(
...,
dir = getOption(x = "acid.load.dir", default = getwd()),
envir = globalenv(),
overwrite = getOption(x = "acid.overwrite", default = TRUE)
)
... |
Key value pairs, defining the name mappings. For example,
|
dir |
|
envir |
|
overwrite |
|
Invisible named character
. File paths.
This function is intended for interactive use and interprets object names using non-standard evaluation.
Updated 2023-06-29.
dir <- system.file("extdata", package = "pipette")
loadDataAsName(renamed = example, dir = dir)
class(renamed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.