housing_situation {ech}R Documentation

This function allows you to calculate the housing situation

Description

This function allows you to calculate the housing situation

Usage

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"
)

Arguments

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

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_tenure(), overcrowding()

Examples

toy_ech_2018 <- housing_situation(data = ech::toy_ech_2018)

[Package ech version 0.1.3 Index]