Learn R Programming

admiraldev (version 1.2.0)

contains_vars: check that argument contains valid variable(s) created with exprs() or Source Variables from a List of Expressions

Description

check that argument contains valid variable(s) created with exprs() or Source Variables from a List of Expressions

Usage

contains_vars(arg)

Value

A TRUE if variables were valid variable

Arguments

arg

A function argument to be checked

See Also

Developer Utility Functions: %notin%(), %or%(), arg_name(), convert_dtm_to_dtc(), extract_vars(), filter_if(), friendly_type_of(), valid_time_units(), vars2chr()