# All defaults
knitr::include_graphics(here::here("www", "images", "urban-institute-logo.png"))

Document title

Subtitle 1

knitr::opts_chunk$set(echo = FALSE)
knitr::opts_chunk$set(message = FALSE)
knitr::opts_chunk$set(warning = FALSE)
options(knitr.kable.NA = "")
options(scipen = 999)

library(tidyverse)

params$state


UrbanInstitute/urbntemplates documentation built on April 27, 2022, 4:35 a.m.