ys_load | R Documentation |
Load a data specification file
ys_load(file, verbose = FALSE, ...)
ys_load_file(file, data_path = NULL, data_stem = NULL, verbose = FALSE, ...)
load_spec(...)
file |
Name of yaml file containing specification. |
verbose |
Logical: print information to the console as the file is processed. |
... |
Other arguments to update |
data_path |
Optional path to data sets. |
data_stem |
Optional alternate stem for data files. |
sp <- ys_load(ys_help$file())
sp
sp <- ys_load(ys_help$file(), verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.