powered by
Add metadata to the raw data
add_insee_metadata(df)
a tibble with the data given as parameter plus the corresponding metadata
a dataframe containing data obtained from get_insee_idbank or get_insee_dataset
Add metadata to the raw data obtained from get_insee_idbank or get_insee_dataset
# \donttest{ library(magrittr) data = get_insee_idbank("001694061") %>% add_insee_metadata() # }
Run the code above in your browser using DataLab