Add utils-tidy-eval
to package
#41
Labels
enhancement
New feature or request
Refactor
Make the code base cleaner with minimal change to functionality
This utils file will import things needed for proper tidy-eval use, such as
.data
and:=
, which means we don't have to import them in any other function.It can be added with
usethis::use_tidy_eval()
.References
The text was updated successfully, but these errors were encountered: