knitr::opts_chunk$set(
  echo = ech <- FALSE, warning = ech, message = ech, error = ech, 
  include = TRUE, cache.comments = TRUE, cache = FALSE, fig.height = 4, 
  fig.width = 5
)
#knitr::opts_knit$set(root.dir = here::here())

Chapter 1: a.k.a Hello World !

Session Info

drake::readd(sessioninfo)



edalfon/flowme documentation built on April 22, 2024, 7:37 p.m.