Wrapper for FPA data extraction pipeline. This function will setup global variables, gather information and urls on data and metadata and download the data.
1 2 3 4 5 6 7 8 | fpa_extract(
data_folder = "data",
dat_flag = "fpa_fod",
data_dl_method = "libcurl",
remove = FALSE,
url = NULL,
metadata_dirname = "metadata"
)
|
data_folder |
(character) : "data" (default) data folder name |
dat_flag |
(character) : "fpa_fod" (default) name of the data - will appear as data folder name when data are saved |
data_dl_method |
(character) : "libcurl" (default) data download method |
remove |
(logical) : FALSE (default) remove .zip file after extraction |
url |
(character) : NULL (default) data url - the default one is encoded in the function body |
metadata_dirname |
(character) : "metadata" (default) metadata folder name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.