Skip to content

Commit

Permalink
use obvious fake path in example
Browse files Browse the repository at this point in the history
- closes #322 (maybe)

in particular, as suggested by #322 (comment)

@jdhoffa should we leave #322 open as a suggestion to include a recommendation of setting up a new RStudio project?
  • Loading branch information
cjyetman authored Dec 9, 2024
1 parent e270fc3 commit 8891ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/cookbook_running_the_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you run PACTA for Supervisors interactively or from a script you may have pre

```r
library(pacta.multi.loanbook)
config_path <- "config.yml"
config_path <- "path/to/your/config.yml"
```

This allows you passing the relevant config information easily to each of the four main functions.
Expand Down

0 comments on commit 8891ab1

Please sign in to comment.