Update file name

This commit is contained in:
Hadley Wickham 2023-03-08 17:28:34 -06:00
parent 1e488f384f
commit d42b59e4a8
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ ggsave(filename = "penguin-plot.png")
```{r}
#| include: false
file.remove("my-plot.png")
file.remove("penguin-plot.png")
```
This will save your plot to your working directory, a concept you'll learn more about in @sec-workflow-scripts-projects.