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

Allow for user to download data few selected cities #29

Closed
rafapereirabr opened this issue Mar 31, 2021 · 0 comments
Closed

Allow for user to download data few selected cities #29

rafapereirabr opened this issue Mar 31, 2021 · 0 comments
Assignees

Comments

@rafapereirabr
Copy link
Member


a <- read_access(city = c('Fortaleza', 'Recife'), mode = 'public_transport',  year = 2019)
table(a$abbrev_muni)
table(a$mode)


b <- read_access(city = c('for', 'rec'), mode = 'public_transport',  year = 2019)
table(b$abbrev_muni)
table(b$mode)

@rafapereirabr rafapereirabr self-assigned this Mar 31, 2021
@rafapereirabr rafapereirabr changed the title Allow for user to download data for few selected cities Allow for user to download data few selected cities Mar 31, 2021
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