Description
Fetch Datasets from the Official Tunisian Data Catalog.
Description
Simplifies access to Tunisian government open data from <https://data.gov.tn/fr/>. Queries datasets by theme, author, or keywords, retrieves metadata, and gets structured results ready for analysis; all through the official 'CKAN' API.
README.md
tndata 
Overview
The tndata package simplifies access to Tunisian government open data with R. It queries datasets by theme, author, or keywords, retrieves metadata, and gets structured results ready for analysis; all through the official data.gov.tn CKAN API.
Installation
You can install the development version of tndata from GitHub with:
# install.packages("pak")
pak::pak("aymennasri/tndata")
Example
library(tndata)
download_dataset("Ressources en eau- Gouvernorat de Kasserine", format = "xls")