get_insee: Get data from INSEE BDM database with a SDMX query link
Description
Get data from INSEE BDM database with a SDMX query link
Usage
get_insee(link, step = "1/1")
Value
a tibble containing the data
Arguments
link
SDMX query link
step
argument used only for internal package purposes to tweak download display
Details
Get data from INSEE BDM database with a SDMX query link.
This function is mainly for package internal use.
It is used by the functions get_insee_dataset, get_insee_idbank and get_dataset_list.
The data is cached, hence all queries are only run once per R session.
The user can disable the download display in the console with the following command :
Sys.setenv(INSEE_download_verbose = "FALSE").
The use of cached data can be disabled with : Sys.setenv(INSEE_no_cache_use = "TRUE").
All queries are printed in the console with this command: Sys.setenv(INSEE_print_query = "TRUE").