organize_names {ech}R Documentation

This function allows you to organize the variables names of ECH with reference in 2017.

Description

This function allows you to organize the variables names of ECH with reference in 2017.

Usage

organize_names(data, year, level = "hyp")

Arguments

data

data.frame contains the ECH microdata

year

numeric reference year of the data. Available from 2011 to 2019

level

(string) indicates whether the base to be labelled is of the type "household", "h", "individual", "i" or both, "hyp". Default "hyp"

Details

Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.

Value

data.frame

See Also

Other organize: to_ascii()

Examples


toy_ech_2018 <- organize_names(data = ech::toy_ech_2018, year = 2018, level = "h")


[Package ech version 0.1.3 Index]