download_dataset {tndata} | R Documentation |
Download Dataset
Description
Downloads a dataset from the Tunisian data catalog API (data.gov.tn).
Usage
download_dataset(title, download_dir, format = NULL)
Arguments
title |
Character. Display name of the dataset to download. |
download_dir |
Character. Directory to save the downloaded dataset at. |
format |
Character. Format of the dataset to download. |
Value
The demanded dataset in the demanded path.
Examples
try({
download_dataset(
"Ressources en eau- Gouvernorat de Kasserine",
format = "xls",
download_dir = tempdir()
)
})
[Package tndata version 0.1.0 Index]