is_lang.RdThese helpers are consistent wrappers around their base R equivalents. A language object is either an atomic vector (typically a scalar), a name (aka a symbol), a call, or a pairlist (used for function arguments).
is_lang(x)
is_name(x)
is_call(x)
is_pairlist(x)
is_atomic(x)