Importing raw data:
```{targets data_file} tar_target(data_file, here("data/raw/airquality.csv"), format = "file")
```{targets raw_data, tar_simple = TRUE}
read_csv(data_file)
{targets hist, tar_simple = TRUE}
create_plot(raw_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.