Skip to content
New issue

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

Change in source data: some column names missing #20

Closed
aedobbyn opened this issue Apr 29, 2020 · 2 comments
Closed

Change in source data: some column names missing #20

aedobbyn opened this issue Apr 29, 2020 · 2 comments

Comments

@aedobbyn
Copy link
Contributor

The following names were missing in the 2020-04-29 18:06:55 refresh of covid19nytimes:

location_code
location_code_type
@jebyrnes
Copy link
Member

Hrm. For the issue, we should include what data set/refresh function it is associated with.

@jebyrnes
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants