Create an overscope
These functions have been deprecated in rlang 0.2.0. Please use
as_data_mask()
and new_data_mask()
instead. We no longer
require the mask to be cleaned up so overscope_clean()
does not
have a replacement.
as_overscope(quo, data = NULL) new_overscope(bottom, top = NULL, enclosure = NULL) overscope_clean(overscope)
quo |
A quosure. |
data |
A data frame or named vector of masking data. |
bottom |
The environment containing masking objects if the data mask is one environment deep. The bottom environment if the data mask comprises multiple environment. If you haven't supplied |
top |
The last environment of the data mask. If the data mask
is only one environment deep, This must be an environment that you own, i.e. that you have
created yourself. The parent of |
enclosure |
The |
overscope |
A data mask. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.