knitr::opts_chunk$set(echo = TRUE)
library(tidyverse)
library(here)
library(conflicted)

conflict_prefer("lag", "dplyr")
conflict_prefer("filter", "dplyr")

Last compiled: r Sys.Date()

Purpose

What is the goal of this notebook?

Load Data

df <- read_csv(here("data", ""))

Data Dictionary

Use df_dict(df) to automatically insert a template markdown data dictionary at the location of your cursor

Analysis



Aariq/mynotebooks documentation built on Sept. 15, 2021, 3:04 a.m.