diff --git a/data-visualize.qmd b/data-visualize.qmd index 264fe2a..ba7eba5 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -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.