Extract information from a building

extract_something_from_building(
  building,
  building_name,
  pattern,
  what = "storey"
)

Arguments

building

a list that should represent a building.

building_name

a character giving the building name.

pattern

the pattern that will be used to extract information.

what

a character indicating what should be extracted. Default to "storey".

Value

a data.frame of informations extracted.