Package index
Finding and downloading datasets
Find a dataset on data.gouv.fr, judge whether it is usable, and pull its tabular resources into tidy tables.
-
dg_find_datasets() - Find datasets available on data.gouv.fr
-
dg_find_organization() - Search for organizations (data producers) on data.gouv.fr
-
dg_find_topics() - Find topics (themes) on data.gouv.fr
-
dg_glimpse() - Glimpse the metadata of a dataset on data.gouv.fr
-
dg_pull_dataset() - Download a dataset from data.gouv.fr
-
dg_table_id() - Read a table's stable address
-
dg_refetch() - Re-fetch a single parsed table by its stable address
-
dg_schema() - Documented schema of a parsed table's columns
-
dg_problems() - Return the parsing problems of a downloaded table
Summaries
Compute summary metrics (size, number of columns, missing-value rates, …) on a single dataset or across several datasets.
-
dg_summary() - Compute summary metrics for a dataset
-
dg_summarise() - Summarise several datasets