Learn R Programming

admiraldev (version 1.2.0)

is_auto: Checks if the argument equals the auto keyword

Description

Checks if the argument equals the auto keyword

Usage

is_auto(arg)

Value

TRUE if the argument equals the auto keyword, i.e., it is an expression of a symbol named auto.

Arguments

arg

argument to check

See Also

Identifies type of Object with return of TRUE/FALSE: is_order_vars(), is_valid_dtc()