lang: Create a call

View source: R/lifecycle-deprecated.R

langR Documentation

Create a call

Description

[Deprecated] These functions are deprecated, please use call2() and new_call() instead.

Usage

lang(.fn, ..., .ns = NULL)

Arguments

.fn

Function to call. Must be a callable object: a string, symbol, call, or a function.

...

<dynamic> Arguments for the function call. Empty arguments are preserved.

.ns

Namespace with which to prefix .fn. Must be a string or symbol.


rlang documentation built on Nov. 4, 2023, 9:06 a.m.