knitr::opts_chunk$set(
  echo = TRUE,
  fig.width = 6,
  fig.asp = 0.618,
  out.width = "100%",
  fig.align = "center",
  collapse = TRUE,
  comment = "#>"
)

library(here)
library(tidyverse)
theme_set(theme_light())

Introduction

Session info {-}

Session info

Sys.time()
git2r::repository()
sessioninfo::session_info()



milanmlft/MMmotley documentation built on Feb. 4, 2022, 7:42 a.m.