Extract information from a storey
Usage
extract_something_from_storey(storey, storey_name, pattern, what = "room")
Arguments
- storey
a list that should represent a storey.
- storey_name
a character giving the storey name.
- pattern
the pattern that will be used to extract information.
- what
a character indicating what should be extracted. default to "room".
Value
a data.frame of informations extracted.