Update file name
This commit is contained in:
parent
1e488f384f
commit
d42b59e4a8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue