tidyeval-data {rlang} | R Documentation |
This pronoun is installed by functions performing tidy evaluation. It allows you to refer to overscoped data explicitly.
.data
An object of class dictionary
of length 0.
You can import this object in your package namespace to avoid R CMD check
errors when referring to overscoped objects.
quo <- quo(.data$foo) eval_tidy(quo, list(foo = "bar"))