Skip to main content

rlang_as_function

Function rlang_as_function 

Source
extern "C" fn rlang_as_function(x: Sexp, _arg: *const c_char) -> Sexp
Expand description

Coerce to function — if it’s already a function, return it.

Signature: SEXP rlang_as_function(SEXP x, const char* arg)