Extract information from a building

extract.something.from.building(
  building,
  building.name,
  pattern,
  what = "storey"
)

Arguments

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 extrated. Default to "storey".

model

a list that should represent a building.

Value

a data.frame of informations extracted.