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 "Washington, D.C." to "District of Columbia" in ccdf #46

Open
awunderground opened this issue Dec 3, 2018 · 0 comments
Open
Assignees
Labels
bug Something isn't working version-0.0.1

Comments

@awunderground
Copy link
Collaborator

In data-raw/utils.R

ids <- tribble(~state_name, ~state_abbv, ~state_fips,
                 "Alaska", "AK", "02",
                 "Hawaii", "HI", "15",
                 "American Samoa", "AS", "60",
                 "Commonwealth of the Northern Mariana Islands", "MP", "69",
                 "Guam", "GU", "66",
                 "Puerto Rico", "PR", "72",
                 "United States Virgin Islands", "VI", "52",
                 "United States Virgin Islands", "VI", "78",
                 "Washington, D.C.", "DC", "11")
@awunderground awunderground added the bug Something isn't working label Dec 3, 2018
@awunderground awunderground self-assigned this Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working version-0.0.1
Projects
None yet
Development

No branches or pull requests

2 participants