diff --git a/workflow-scripts.Rmd b/workflow-scripts.Rmd index 46771af..8ff90b3 100644 --- a/workflow-scripts.Rmd +++ b/workflow-scripts.Rmd @@ -6,7 +6,7 @@ So far you've been using the console to run code. That's a great place to start, knitr::include_graphics("diagrams/rstudio-editor.png") ``` -The script editor is a great place to put code you care about. Keep experimenting in the console, but once you have written code that work and does what you want, put it in the script editor. RStudio will automatically save the contents of the editor when you quit RStudio, and will automatically load it when you re-open. Nevertheless, it's a good idea to save your scripts regularly and to back them up. +The script editor is a great place to put code you care about. Keep experimenting in the console, but once you have written code that works and does what you want, put it in the script editor. RStudio will automatically save the contents of the editor when you quit RStudio, and will automatically load it when you re-open. Nevertheless, it's a good idea to save your scripts regularly and to back them up. ## Running code