Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lang_modify

Manipulate or access a call


Description

Deprecated lifecycle

These functions are deprecated, please use call_modify(), call_standardise(), or call_fn() instead.

Usage

lang_modify(.lang, ..., .standardise = FALSE)

lang_standardise(lang)

lang_fn(lang)

lang_name(lang)

lang_args(lang)

lang_args_names(lang)

Arguments

...

<dynamic> Named or unnamed expressions (constants, names or calls) used to modify the call. Use zap() to remove arguments. Empty arguments are preserved.

.standardise

Soft-deprecated as of rlang 0.3.0. Please call call_standardise() manually.

lang, .lang

The call or .call argument of the renamed functions.


rlang

Functions for Base Types and Core R and 'Tidyverse' Features

v0.4.11
MIT + file LICENSE
Authors
Lionel Henry [aut, cre], Hadley Wickham [aut], mikefc [cph] (Hash implementation based on Mike's xxhashlite), Yann Collet [cph] (Author of the embedded xxHash library), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.