# NOT RUN {
if (interactive()) {
# Read specific state at a given year
uf <- read_state(code_state=12, year=2017)
# Read specific state at a given year
uf <- read_state(code_state="SC", year=2000)
# Read all states at a given year
ufs <- read_state(code_state="all", year=2010)
}
# }
Run the code above in your browser using DataLab