| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-09-04 14:12 | 8.3K | ||
The insee package contains tools to easily download data and metadata from INSEE main database (BDM).
Using embedded SDMX queries, get the data of more than 150 000 INSEE series.
Have a look at the detailed SDMX web service page with the following link.
This package is a contribution to reproducible research and public data transparency.
# Get the development version from GitHub
# install.packages("devtools")
# devtools::install_github("hadrilec/insee")
# Get the CRAN version
install.packages("insee")
# examples below use tidyverse packages
library(tidyverse)
library(insee)Feel free to contact me with any question about this package using this e-mail address.