This function checks if a provided report name exists in the
list of available Entrata reports. If the report name is not valid,
an error is thrown with suggestions for valid report names.
Usage
validate_entrata_report_name(
report_name,
arg = rlang::caller_arg(report_name),
call = rlang::caller_env(),
...
)
Arguments
- report_name
A character string representing the report name to validate.
- arg
The argument name for the report name. Default is the caller's argument name.
- call
The calling environment. Default is the caller's environment.
- ...
Additional arguments to pass to the underlying validation functions.
Value
NULL. Throws an error if the report name is invalid.