One of the targets made a histogram of ozone levels from the airquality dataset.

library(ggplot2)
library(targets)
tar_read(hist)

The targets manual has a section on literate programming in pipelines.