Get the title of dataset's columns

get_column_title(dataset = NULL)

Arguments

dataset

an INSEE's dataset, if NULL

Value

a dataframe

Examples

# \donttest{
column_titles_all_dataset = get_column_title()

column_titles = get_column_title("CNA-2014-CONSO-MEN")
# }