Look into using functions from the tidyselect package including poke_vars(), peek_vars(), scoped_vars(), with_vars(), and has_vars() to implement some of the logic around aliases in query() more cleanly. These functions could help avoid some of the calls to deparse() or as.character().
Look into using functions from the tidyselect package including
poke_vars()
,peek_vars()
,scoped_vars()
,with_vars()
, andhas_vars()
to implement some of the logic around aliases inquery()
more cleanly. These functions could help avoid some of the calls todeparse()
oras.character()
.