We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following names were missing in the 2020-04-29 18:06:55 refresh of covid19nytimes:
2020-04-29 18:06:55
covid19nytimes
location_code location_code_type
The text was updated successfully, but these errors were encountered:
Hrm. For the issue, we should include what data set/refresh function it is associated with.
Sorry, something went wrong.
library(covid19nytimes) cols_states <- refresh_covid19nytimes_states() %>% names() c("location_code", "location_code_type") %in% cols_states #> [1] TRUE TRUE cols_states #> [1] "date" "location" "location_type" #> [4] "location_code" "location_code_type" "data_type" #> [7] "value"
Created on 2020-04-30 by the reprex package (v0.3.0)
No branches or pull requests
The following names were missing in the
2020-04-29 18:06:55
refresh ofcovid19nytimes
:The text was updated successfully, but these errors were encountered: