From 8cf4f370441c42c1e2c351f3edbc898b6e2c4a24 Mon Sep 17 00:00:00 2001 From: Garrett Grolemund Date: Mon, 31 Oct 2016 17:26:15 -0500 Subject: [PATCH] Fixes typo in Workflow-scripts.Rmd --- workflow-scripts.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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