Learn R Programming

insee (version 1.1.7)

get_column_title: Get the title of dataset's columns

Description

Get the title of dataset's columns

Usage

get_column_title(dataset = NULL)

Value

a dataframe

Arguments

dataset

an INSEE's dataset, if NULL

Examples

Run this code
# \donttest{
column_titles_all_dataset = get_column_title()

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

Run the code above in your browser using DataLab