ropensci / c14bazAAR

R Package - Download and Prepare C14 Dates from Different Source Databases
https://docs.ropensci.org/c14bazAAR
GNU General Public License v2.0
30 stars 12 forks source link

fread configuration: colClasses = "character" #153

Closed nevrome closed 3 years ago

nevrome commented 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.