This repository was archived by the owner on Sep 9, 2022. It is now read-only.
NEW FEATURES
- Gains new function
isd_parse_csv()
for working with ISD csv files rather than the compressed ASCII text files thatisd_parse()
parses. This new function introduces two new package imports: data.table and lubridate. The internals of the parsing tools for the various data types have changed to accommodate both csv and ASCII text files (#16)