Closed edanalysis closed 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")
Fixed by commit eb59e6b
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