Skip to content

Commit 1b2ca98

Browse files
committed
do not execute reading data more than once
1 parent eb2b38c commit 1b2ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tutorials/Lesson1/Lesson1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Each layer is added to the previous one with a `+` sign. The result can be saved
102102

103103
Let's read in some data.
104104

105-
```{r}
105+
```{r, eval=FALSE}
106106
consultations_gp <- read_delim(
107107
here("data", "consultations_cleaned_2023-08-23.txt"),
108108
delim = "\t"

0 commit comments

Comments
 (0)