boettiger-lab / gpdd

:package: for the Global Population Dynamics Database
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Resolve messages & parsing warnings on load #16

Open cboettig opened 5 years ago

cboettig commented 5 years ago

read_csv() throws one parsing error (treating a column as a logical when it probably shouldn't) and numerous notes about guessed column types. Would probably be best to determine the appropriate types ahead of time and pass that explicitly to each read_csv() call.