Closed nevrome closed 3 years ago
We can simplify multiple parser functions by replacing the explicit list of columns in the data.table::fread argument colClasses with a simple colClasses = "character". That's enough to achieve the same effect.
data.table::fread
colClasses
colClasses = "character"
We can simplify multiple parser functions by replacing the explicit list of columns in the
data.table::fread
argumentcolClasses
with a simplecolClasses = "character"
. That's enough to achieve the same effect.