From 3fd04e2bb4053ac62050761f959d232fa1aa1cd8 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 5 Dec 2023 11:34:54 +0100 Subject: [PATCH] Update 08-products.qmd --- 08-products.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/08-products.qmd b/08-products.qmd index 9c0ecc8..5a24c3b 100644 --- a/08-products.qmd +++ b/08-products.qmd @@ -1488,7 +1488,8 @@ We will now put everything together and create a `{targets}` pipeline to build a from start to finish. Let's go back to one of the pipelines we wrote in Chapter 7. If you're using RStudio, start a new project and make it `renv`-enabled by checking the required checkbox. If you're using another editor, start with an empty folder and run `renv::init()`. Now create a new -script with the following code: +script with the following code (create the script `functions.R` and put the `get_data()` function +in it, as described [here](https://rap4mads.eu/07-targets.html#our-actual-first-pipeline)): ```{r, eval = F} library(targets)