call_standardise: Standardise a call

View source: R/lifecycle-deprecated.R

call_standardiseR Documentation

Standardise a call

Description

[Deprecated]

Deprecated in rlang 0.4.11 in favour of call_match(). call_standardise() was designed for call wrappers that include an environment like formulas or quosures. The function definition was plucked from that environment. However in practice it is rare to use it with wrapped calls, and then it's easy to forget to supply the environment. For these reasons, we have designed call_match() as a simpler wrapper around match.call().

This is essentially equivalent to base::match.call(), but with experimental handling of primitive functions.

Usage

call_standardise(call, env = caller_env())

Arguments

call, env

[Deprecated]

Value

A quosure if call is a quosure, a raw call otherwise.


hadley/rlang documentation built on March 13, 2024, 6:31 p.m.