| load_dataset | R Documentation |
Load a previously saved dataset from CSV.
load_dataset(dataset_name)
dataset_name |
Short label (subfolder name under data/sources/). |
Named list of tibbles.
base <- tempdir()
file.copy(system.file("extdata", "demo", package = "syrona"), base, recursive = TRUE)
old <- options(syrona.data_dir = file.path(base, "demo"))
d <- load_dataset("demo_population")
names(d)
options(old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.