knitr::opts_chunk$set(echo=FALSE, 
                      warning=FALSE, 
                      message=FALSE)

Executive summary

library(tidyverse)

theme_set(theme_bw(18) +
            theme(legend.position = "bottom"))

Session Info

sessioninfo::session_info()


kevinwang09/KW documentation built on Aug. 20, 2022, 7:06 p.m.