Skip to content

Commit

Permalink
Update 08-products.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Dec 5, 2023
1 parent ef648c8 commit 3fd04e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 08-products.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fd04e2

Please sign in to comment.