Added recent data to the babynames project#34
Open
tpaxman wants to merge 5 commits into
Open
Conversation
Author
|
Hi Hadley, |
|
It would be great to have this update! I was just coming to ask if there would be interest in that. |
|
@elinw feel free to fork my branch. The update should have worked there at least. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Hadley,
I have updated your
babynamesproject to include recent information related to births and the life tables. The changes are summarized as follows:data-raw/births.R: I added the number of total births from 2018 (which appears to be the most recent data available since final values for 2019 have not yet been reported).data-raw/applicants.R: This was updated to get the html source page, which appears to have been changed since the last time this project was updated.data-raw/lifetables.R: I have updated this to now include the year 2020.I have added a few small changes for clarity and also ran the scripts to ensure that the
.csvand.rdafiles corresponding to the changed.Rfiles were also updated. I hope you find these of use. Thanks.Best Regards,
Tyler Paxman