download_attachments: Download attachment

Description Usage Arguments Value Examples

View source: R/download_attachments.R

Description

Download attachment

Usage

1
download_attachments(attachments)

Arguments

attachments

the return from get_attachments()

Value

a tibble

Examples

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)

naif-alsader/KapsarcR documentation built on Aug. 17, 2020, 12:27 a.m.