check_filter_datanames {teal} | R Documentation |
Check datanames
in filters
Description
This function checks whether datanames
in filters correspond to those in data
,
returning character vector with error messages or TRUE
if all checks pass.
Usage
check_filter_datanames(filters, datanames)
Arguments
filters |
( |
datanames |
( |
Value
A character(1)
containing error message or TRUE if validation passes.
[Package teal version 0.16.0 Index]