housing_tenure {ech} | R Documentation |
This function allows you to calculate the housing tenure
Description
This function allows you to calculate the housing tenure
Usage
housing_tenure(data = ech::toy_ech_2018, d8_1 = "d8_1")
Arguments
data |
data.frame |
d8_1 |
Variable name of housing_tenure (owner, renter, rent-free occupancy, etc.) |
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 dwelling:
housing_conditions()
,
housing_deprivation()
,
housing_situation()
,
overcrowding()
Examples
toy_ech_2018 <- housing_tenure(data = ech::toy_ech_2018)
[Package ech version 0.1.3 Index]