krose / wattsight

An R wrapper for the MKonline API.
0 stars 0 forks source link

Update function mk_date_parse to take ymd_hms format #4

Closed edanalysis closed 6 years ago

edanalysis commented 6 years ago

The function mk_date_parse() should be updated in order to handle "yyyy-mm-dd hh:mm:ss" date format which is present in some of the files (CR_BE e.g.). Below example returns NA dates

mkonline::mk_download_file(mk_user = mk_user, mk_password = mk_password, "CR_BE", "DE")
krose commented 6 years ago

Fixed by commit eb59e6b