Description Usage Arguments Value Examples
View source: R/download_attachments.R
Download attachment
1 | download_attachments(attachments)
|
attachments |
the return from get_attachments() |
a tibble
1 2 3 4 5 6 7 | ## Not run:
datasets <- list_datasets(country = "Saudi Arabia")
datasetID <- datasets$dataset_id[1]
attachments <- get_attachments(datasetID)
download_attachments(attachments)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.