Open jennybc opened 2 years ago
Upon further scrutiny, it feels like the internal handling of col_select
needs a general refresh / simplification. For example, vroom_enquo()
was last touched 3 years ago and tidy eval + the tidyselect package has matured a lot since then.
vroom currently uses
tidyselect::vars_select()
, but it's marked as deprecated / questioning. Instead we should usetidyselect::eval_select()
.https://tidyselect.r-lib.org/reference/vars_select.html