Allow tidyselect syntax when selecting columns in read_parquet()
#129
Labels
feature
a feature request or enhancement
read_parquet()
#129
In purrr this works by using the
vars()
function to quote tidyselect selectors, butvars()
needs to be imported from dplyr, and tidyselect selectors are also deprecated in purrr. I need to check why.The text was updated successfully, but these errors were encountered: