knitr::opts_chunk$set(warning = FALSE, message = FALSE, 
                      echo = TRUE, dpi = 300, cache.lazy = FALSE,
                      tidy = "styler", fig.width = 8, fig.height = 5)

Loading libraries

library(tidyverse)
theme_set(theme_light()) # setting a theme

Load Data




JackLich10/jacklich documentation built on Sept. 29, 2021, 1:37 a.m.