Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

isdparser v0.4.0

Latest
Compare
Choose a tag to compare
@sckott sckott released this 01 Feb 01:14
· 4 commits to master since this release

NEW FEATURES

  • Gains new function isd_parse_csv() for working with ISD csv files rather than the compressed ASCII text files that isd_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)