You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the targets made a histogram of ozone levels from the `airquality` dataset.
```{r}
library(ggplot2)
library(targets)
tar_read(hist)
```
The [`targets` manual](https://books.ropensci.org/targets/) has a [section on literate programming in pipelines](books.ropensci.org/targets/files.html#literate-programming).