Return the data dictionary of a specific Origin
Destination Survey, if available. This dictionary is intended to be used to
understand the data downloaded using the odbr::read_od function. It will
contain the list of variables and, for each variable, a simple description,
the available categories and its class (factor, numeric, etc).
Arguments
- city
Character. City of reference. Defaults to "São Paulo".
- year
Numeric. Year of reference in the format
yyyy. Defaults to1977.- harmonize
Logical. When
FALSE(Default), the function returns the raw data. IfTRUE, the function returns harmonized data to the same city, across all the years.- language
Character. The language of data dictionary to be opened. Options include
c("pt", "en", "es").
