Merges rooms separated by invisible walls.
Creates new room names and sums their areas.
Updates openings to match the new merged room names.
Usage
merge_room(opening, room, groups)
Arguments
- opening
dataframe containing opening information
- room
dataframe containing room information
- groups
List of room vectors to be merged
Value
List with updated opening
and room
dataframes