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
Bug: delphishould be a list / nested structure, but fetch_classic doesn't actually respect this and turns it into a data frame. The culprit is probably
r <- httr::content(res, "text", encoding = "UTF-8")
m <- jsonlite::fromJSON(r)
Bug:
delphi
should be a list / nested structure, butfetch_classic
doesn't actually respect this and turns it into a data frame. The culprit is probablyvs. delphi_epidata.R's
Originally posted by @brookslogan in #72 (comment)
The text was updated successfully, but these errors were encountered: