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

Fix grepl code to remove annual averages #3

Open
jjvenky opened this issue Sep 23, 2020 · 0 comments
Open

Fix grepl code to remove annual averages #3

jjvenky opened this issue Sep 23, 2020 · 0 comments

Comments

@jjvenky
Copy link
Member

jjvenky commented Sep 23, 2020

scrape_docprofiles() function is allowing annual averages to sneak through

The scrape_docprofiles() function uses a grepl on line 34 to remove the annual averages like "2019 Average" from the bottom of the imported data. This throws warnings so the grepl could be updated to try "Average" as well and handle "Min" and "Max".

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

1 participant