Fixes typo in Workflow-scripts.Rmd
This commit is contained in:
parent
ca2e1ab383
commit
8cf4f37044
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue