One of the targets made a histogram of ozone levels from the airquality dataset.
airquality
library(ggplot2) library(targets) tar_read(hist)
The targets manual has a section on literate programming in pipelines.
targets