Setup the global variables for the various extract functions
1 2 3 4 5 | setup_global_variables(
dat_flag,
data_dl_method = "libcurl",
metadata_dirname = "metadata"
)
|
dat_flag |
(character) : name of the data - will appear as data folder name when data are saved |
data_dl_method |
(character) : "libcurl" (default) data download method |
metadata_dirname |
(character) : "metadata_dirname" (default) metadata folder name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.