add_insee_metadata: Add metadata to the raw data

View source: R/add_insee_metadata.R

add_insee_metadataR Documentation

Add metadata to the raw data

Description

Add metadata to the raw data

Usage

add_insee_metadata(df)

Arguments

df

a dataframe containing data obtained from get_insee_idbank or get_insee_dataset

Details

Add metadata to the raw data obtained from get_insee_idbank or get_insee_dataset

Value

a tibble with the data given as parameter plus the corresponding metadata

Examples


library(tidyverse)

data =
 get_insee_idbank("001694061") %>%
 add_insee_metadata()


insee documentation built on Sept. 18, 2022, 1:08 a.m.