From d42b59e4a86a5f11f8457e009e49fd9b7c2bbae5 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 8 Mar 2023 17:28:34 -0600 Subject: [PATCH] Update file name --- data-visualize.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.