powered by
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.
dictionary
You can import this object in your package namespace to avoid R CMD check errors when referring to overscoped objects.
R CMD check
# NOT RUN { quo <- quo(.data$foo) eval_tidy(quo, list(foo = "bar")) # }
Run the code above in your browser using DataLab