powered by
Downloads a dataset from the Tunisian data catalog API (data.gov.tn).
download_dataset(title, download_dir, format = NULL)
The demanded dataset in the demanded path.
Character. Display name of the dataset to download.
Character. Directory to save the downloaded dataset at.
Character. Format of the dataset to download.
# \donttest{ try({ download_dataset( "Ressources en eau- Gouvernorat de Kasserine", format = "xls", download_dir = tempdir() ) }) # }
Run the code above in your browser using DataLab