| call_standardise {rlang} | R Documentation |
This is essentially equivalent to base::match.call(), but with
experimental handling of primitive functions.
call_standardise(call, env = caller_env())
call |
Can be a call or a quosure that wraps a call. |
env |
The environment where to find the definition of the
function quoted in |
A quosure if call is a quosure, a raw call otherwise.
In rlang 0.2.0, lang_standardise() was deprecated and renamed to
call_standardise(). See lifecycle section in call2() for more
about this change.