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
)

Chapter 1: a.k.a Hello World !

tar_read(toy_data)
tar_load(fake_data)


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