Fixes typo in Workflow-scripts.Rmd

This commit is contained in:
Garrett Grolemund 2016-10-31 17:26:15 -05:00 committed by GitHub
parent ca2e1ab383
commit 8cf4f37044
1 changed files with 1 additions and 1 deletions

View File

@ -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