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

more flexible date args for dl_bikedata #31

Closed
mpadge opened this issue May 27, 2017 · 1 comment
Closed

more flexible date args for dl_bikedata #31

mpadge opened this issue May 27, 2017 · 1 comment
Labels

Comments

@mpadge
Copy link
Member

mpadge commented May 27, 2017

At the moment just handled with the single line

indx <- which (!file.exists (files) & grepl (paste (dates, collapse = "|"), files))

meaning the dates passed to either dl_bikedata() or store_bikedata() must perfectly match the formats given in the data files. More flexible entry of dates should be possible

@mpadge mpadge added coz it oughta be done enhancement New feature or request labels May 27, 2017
@mpadge mpadge added this to the ropensci submission milestone May 27, 2017
@mpadge
Copy link
Member Author

mpadge commented May 29, 2017

Implemented with this epic commit

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

No branches or pull requests

1 participant