Skip to content

Commit b3afc89

Browse files
committed
plot label cahnged to plot2 in 10-r-environment-setup.Rmd
1 parent 9c869f1 commit b3afc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10-r-environment-setup.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The code chunk labelled `working directory` contains only "hashed out" code and
248248

249249
Note that the default directory for RStusio (set in the 'Global options') and the default directory for a code notebook differ! You can change the working directory of the console to match the notebook by issuing the below command into your console directly:
250250

251-
```{r plot, echo=TRUE, eval=FALSE}
251+
```{r plot2, echo=TRUE, eval=FALSE}
252252
setwd("workshop")
253253
```
254254

0 commit comments

Comments
 (0)