rdatagouv: Tools to Download and Explore Datasets from Data.gouv.fr

Provides a client for the public API of data.gouv.fr, the French government's open data platform. It helps you find a dataset that matches your interests, judge whether it is usable, download it, and re-fetch the exact same table later in a reproducible way. You can search the catalog and filter by producer or theme (dg_find_datasets(), dg_find_organization(), dg_find_topics()), pull a dataset's tabular resources into tidy tibbles (dg_pull_dataset()), inspect the documented variables of its data schema (dg_schema()), and compute summary metrics such as size, number of columns and missing-value rate (dg_summary(), dg_summarise()). Each returned table carries a stable identifier (dg_table_id(), dg_refetch()) so it can be re-fetched later. Requests are built on top of 'httr2'.

Version: 0.1.0
Imports: cli, httr2, jsonlite, nanoparquet, readxl, tibble, vroom
Suggests: dplyr, gt, knitr, pkgdown, quarto, testthat (≥ 3.0.0), withr, writexl
Published: 2026-09-12
DOI: 10.32614/CRAN.package.rdatagouv (may not be active yet)
Author: Magali Berland [aut], Pierre Gloaguen [aut], Arthur Leroy [aut], Mahendra Mariadassou [aut], Cédric Midoux [aut], Jean-François Rey [aut], Aymeric Stamm ORCID iD [aut, cre]
Maintainer: Aymeric Stamm <aymeric.stamm at cnrs.fr>
BugReports: https://github.com/astamm/rdatagouv/issues
License: MIT + file LICENSE
URL: https://astamm.github.io/rdatagouv/, https://github.com/astamm/rdatagouv
NeedsCompilation: no
Materials: NEWS
CRAN checks: rdatagouv results

Documentation:

Reference manual: rdatagouv.html , rdatagouv.pdf
Vignettes: Documentation technique du package rdatagouv (source, R code)
Finding, judging and re-fetching French open data (source, R code)

Downloads:

Package source: rdatagouv_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): rdatagouv_0.1.0.tgz, r-release (x86_64): rdatagouv_0.1.0.tgz, r-oldrel (x86_64): rdatagouv_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rdatagouv to link to this page.