if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
library(odbr)
# return data dictionary from OD Surveys, as data.frame, at a given city and year
df <- read_dictionary(
city = "Sao Paulo",
year = 2017,
harmonize = FALSE,
language = "pt"
)
}
Run the code above in your browser using DataLab