tests/testthat/_snaps/read_dictionary.md

read_dictionary works

Code
  read_dictionary(city = "Manaus", year = 1977, harmonize = FALSE)
Condition
  Error:
  ! There is no dictionary for:
  - city: Manaus
  - year: 1977
  - harmonized: FALSE
  - language: pt
                   Check the metadata object for available data.
Code
  read_dictionary(city = "São Paulo", year = 1978, harmonize = FALSE)
Condition
  Error:
  ! There is no dictionary for:
  - city: São Paulo
  - year: 1978
  - harmonized: FALSE
  - language: pt
                   Check the metadata object for available data.
Code
  read_dictionary(city = "São Paulo", year = 1977, harmonize = TRUE)
Condition
  Error:
  ! There is no dictionary for:
  - city: São Paulo
  - year: 1977
  - harmonized: TRUE
  - language: pt
                   Check the metadata object for available data.


Try the odbr package in your browser

Any scripts or data that you put into this service are public.

odbr documentation built on Nov. 21, 2023, 1:07 a.m.