| housing_situation | R Documentation | 
This function allows you to calculate the housing situation
housing_situation(
  data = ech::toy_ech_2018,
  c5_1 = "c5_1",
  c5_2 = "c5_2",
  c5_3 = "c5_3",
  c5_4 = "c5_4",
  c5_5 = "c5_5",
  c5_6 = "c5_6",
  c5_7 = "c5_7",
  c5_8 = "c5_8",
  c5_9 = "c5_9",
  c5_10 = "c5_10",
  c5_11 = "c5_11",
  c5_12 = "c5_12"
)
| data | data.frame | 
| c5_1 | Variable name of roof condensation | 
| c5_2 | Variable name of roof drips | 
| c5_3 | Variable name of walls cracks | 
| c5_4 | Variable name of broken doors or windows | 
| c5_5 | Variable name of floors cracks | 
| c5_6 | Variable name of plaster drop on walls | 
| c5_7 | Variable name of detached ceilings | 
| c5_8 | Variable name of poor sunlight | 
| c5_9 | Variable name of poor ventilation | 
| c5_10 | Variable name of floods when it rains | 
| c5_11 | Variable name of in danger of collapse | 
| c5_12 | Variable name of dampness in the foundations | 
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
data.frame
Other dwelling: 
housing_conditions(),
housing_deprivation(),
housing_tenure(),
overcrowding()
toy_ech_2018 <- housing_situation(data = ech::toy_ech_2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.