Skip to main content

rlang_new_data_mask

Function rlang_new_data_mask 

Source
extern "C" fn rlang_new_data_mask(bottom: Sexp, _top: Sexp) -> Sexp
Expand description

Create a new data mask from bottom and top environments.

Signature: SEXP rlang_new_data_mask_3.0.0(SEXP bottom, SEXP top)

Returns the bottom env as-is — a simplification that works for basic cases.