
Get Melodi data by URL. This URL can be copy/paste from explorer https://catalogue-donnees.insee.fr
Source:R/get_data.R
get_data.Rd
Get Melodi data by URL. This URL can be copy/paste from explorer https://catalogue-donnees.insee.fr
Examples
get_data(
"https://api.insee.fr/melodi/data/DS_POPULATIONS_REFERENCE?POPREF_MEASURE=PMUN&GEO=FRANCE-F"
)
#> Total count request : https://api.insee.fr/melodi/data/DS_POPULATIONS_REFERENCE?POPREF_MEASURE=PMUN&GEO=FRANCE-F&totalCount=TRUE&maxResult=0
#> Number of lines : 3
#> GEO_REF GEO_OBJECT GEO FREQ TIME_PERIOD POPREF_MEASURE OBS_VALUE
#> 1 2024 FRANCE F A 2022 PMUN 67760573
#> 2 2024 FRANCE F A 2016 PMUN 66361658
#> 3 2024 FRANCE F A 2011 PMUN 64933400