You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Notice it's missing a description of the last_update field. Also last_update # is in the wrong format. It should be a date, but it's numeric. Need to file an issue # either in epidatr or in delphi-epidata, plus update the documentation page.
Problem: Notice it's missing a description of the
last_update
field. Alsolast_update
# is in the wrong format. It should be a date, but it's numeric. Need to file an issue # either inepidatr
or indelphi-epidata
, plus update the documentation page.Fix: meta$last_update <- as.POSIXct(meta$last_update, origin = "1970-01-01")
The text was updated successfully, but these errors were encountered: