Skip to contents

The XLSX file template.xlsx contains a series of pre-defined names for the rooms (sheet 'Definitions'). This function checks if all user defined room names are valid. Not case sensitive; will be adjusted if needed.

Usage

check_for_allowed_rooms(x)

Arguments

x

character vector with room names.

Value

Character vector (with possibly adjusted) room names, or fails. Not case sensitive for checking, but will return everything in uppercase (toupper(x)).

See also

annex_variable_definition, annex_room_definition, annex_country_definition

Author

Reto Stauffer