From 20f944b7ff4111718337d39323bbc037d1926963 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Sat, 2 Nov 2024 07:02:21 +0000 Subject: [PATCH] clarify copy & paste option https://github.com/nfidd/nfidd/pull/362 --- getting-set-up.qmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/getting-set-up.qmd b/getting-set-up.qmd index 4e29911..3bc4a00 100644 --- a/getting-set-up.qmd +++ b/getting-set-up.qmd @@ -38,7 +38,12 @@ To be able to use the code in each session, you will need a local copy of the co - Alternatively, if you are familiar with git you can clone the [repo](https://github.com/nfidd/ueifid). -### Interacting with the course +- If you prefer, you can also view each session on the website, and copy-paste the code into your own R script. In that case you don't need to download the material. + - Tip: if you hover over each code chunk on the website you can use a "Copy" button at the top right corner. + +### Interacting with a local copy of the course material + +A benefit of downloading or cloning all the material is that you can interact with the session files directly. In this course, all content is written using [R Notebooks](https://bookdown.org/yihui/rmarkdown/notebook.html). This means that we can combine text with code and see the output directly.