ipeaGIT / aopdata

Download data from the Access to Opportunities Project (AOP)
https://ipeagit.github.io/aopdata/
13 stars 4 forks source link

Allow for user to download data few selected cities #29

Closed rafapereirabr closed 3 years ago

rafapereirabr commented 3 years ago

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)