is_auto {admiraldev} | R Documentation |
Checks if the argument equals the auto keyword
Description
Checks if the argument equals the auto keyword
Usage
is_auto(arg)
Arguments
arg |
argument to check |
Value
TRUE
if the argument equals the auto keyword, i.e., it is an
expression of a symbol named auto.
See Also
Identifies type of Object with return of TRUE/FALSE:
is_order_vars()
,
is_valid_dtc()
[Package admiraldev version 1.1.0 Index]