PS. I picked '?' as in R.utils::colClasses("ci?") == c("character", "integer", "NA"). Related and minor: Did you consider using another symbol than underscore for skipping a column, because it becomes hard to count when there are several of them in a row, e.g. c______i v. c------i.
The text was updated successfully, but these errors were encountered:
I'm trying out
readr
and I like what I see :)I'm missing a way to specify "I let you" choose the best class for the column, cf.
but ideally also something like:
PS. I picked '?' as in
R.utils::colClasses("ci?") == c("character", "integer", "NA")
. Related and minor: Did you consider using another symbol than underscore for skipping a column, because it becomes hard to count when there are several of them in a row, e.g.c______i
v.c------i
.The text was updated successfully, but these errors were encountered: