organize_ht11: This function allows you to fix ht11 from 2013 to 2015

View source: R/utils.R

organize_ht11R Documentation

This function allows you to fix ht11 from 2013 to 2015

Description

This function allows you to fix ht11 from 2013 to 2015

Usage

organize_ht11(data, year, ht11 = "ht11", numero = "numero")

Arguments

data

data.frame

year

survey year

ht11

Variable name of ht11

numero

Variable name of numero

Value

data.frame

See Also

Other income: basket_goods(), deflate(), income_constant_prices(), income_quantiles(), labor_income_per_capita(), labor_income_per_hour()

Examples

toy_ech_2018 <- organize_ht11(data = ech::toy_ech_2018, year = 2018)

calcita/ech documentation built on March 2, 2024, 7:54 a.m.