powered by
Fetches and summarizes themes (groups) alongside the number of datasets in each theme from the Tunisian data catalog API (data.gov.tn).
get_themes()
A tibble (data frame) with two columns:
Character. Name of the theme/group.
Numeric. Number of datasets in the theme.
try({ themes_summary <- get_themes() head(themes_summary) })
Run the code above in your browser using DataLab