Description Usage Arguments Value Examples
View source: R/get_attachments.R
Get list of all available attachments
1 | get_attachments(datasetID)
|
datasetID |
a Dataset ID. Can be found in the first coulmn of list_datasets() under the name of dataset_id |
a list
1 2 3 4 5 6 | ## Not run:
datasets<-list_datasets(country = "Saudi Arabia")
datasetID<-datasets$dataset_id[1]
get_attachments(datasetID)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.