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")
This notebook presents the results of initial exploratory analysis designed to support decision-making around data cleaning. Use it to explore the data produced by the load_data
function and record cleaning decisions. These cleaning decisions will be formalized in the clean_data
function.
Important questions to answer include:
Support your decisions with analysis where appropriate.
Load the cached output from the load_data
function.
dat <- load_data(use_cache = TRUE)
Summarize your decisions here, with a special focus on the samples.
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.