load_format | R Documentation |
The function imports data available in ./data/data-format/
regardless of its format.
load_format(data_id)
load_metadata(data_id)
load_contact(data_id)
load_integrated(data_name)
basemap(basemap_name)
load_output(data_name)
data_id |
|
data_name |
|
basemap_name |
|
This function is used to avoid putting all formatted dataset in lazy load, yet still make it easy for them to be loaded. The user simply provides the id of the dataset and the function imports it in the R session, along with its metadata and contact information if desired
load_format("data0001")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.