rlang (version 0.2.0)

lang: Create a call

Description

This function is soft-deprecated, please use call2() instead.

Usage

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

new_language(head, tail = NULL)

Arguments

.fn

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

...

Arguments to the call either in or out of a list. These dots support tidy dots features.

.ns

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