Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 942 Bytes

File metadata and controls

34 lines (22 loc) · 942 Bytes

tndata tndata website

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 latest version of tndata from CRAN with:

# install.packages("pak")
pak::pak("tndata")

Example

library(tndata)

download_dataset("Ressources en eau- Gouvernorat de Kasserine", format = "xls")