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
The following example from the documentation does not work
res <- get_stats(c("ARG", "BRA"), year = "all", subgroup = "none")
Error in parse_response(res, simplify) : object 'parsed' not found
Also,
res <- get_stats(c("ARG", "BRA"), year = "all", subgroup = "wb")
Error: Client error: (400) Bad Request
* You supplied an invalid value for country. Please use one of the valid values.
* Use simplify = FALSE to see the full error response.
The text was updated successfully, but these errors were encountered:
Descripition
The following example from the documentation does not work
Also,
The text was updated successfully, but these errors were encountered: