knitr::opts_chunk$set(echo = TRUE, dev = "CairoPNG", warning = FALSE, message = FALSE) knitr::opts_knit$set(root.dir = here::here())
pacman::p_load( "tidyverse" ) source("R/pipeline/load-data.R") source("R/pipeline/clean-data.R")
This notebook presents summary statistics about the characteristics of participants in the FAST pilot program. Characteristics recorded in the administrative data are summarized for all FAST participants, while characteristics recorded only on the exit survey are summarized for participants who completed the exit survey.
dat <- load_data(use_cache = TRUE) %>% clean_data()
Summarize the interesting findings from your analysis here.
Put any analysis outputs here, and describe the results in text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.