readr icon indicating copy to clipboard operation
readr copied to clipboard

Flexible col_types specification with tidyselect

Open jxu opened this issue 1 year ago • 0 comments

Feature request, for example in read_csv to have all columns that start with "abc" be interpreted as col_factor(). Right now I do it after import with mutate/across. I'm not sure what the syntax would be like.

jxu avatar Dec 04 '24 20:12 jxu