View source: R/united_loadfulldata.R
| loadfulldata | R Documentation |
The mini datasets stored in data/ include an attr(url) pointing to the
full dataset in harbinger/. This helper downloads and loads the full data.
loadfulldata(x, envir = parent.frame())
x |
Dataset object or its name (string or symbol). |
envir |
Environment to load the full dataset into. |
The full dataset object.
data(A1Benchmark)
A1Benchmark <- loadfulldata(A1Benchmark)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.