Update chapter status
This commit is contained in:
parent
332a022b55
commit
c78ed76664
|
@ -1,5 +1,9 @@
|
||||||
# Workflow: scripts and projects
|
# Workflow: scripts and projects
|
||||||
|
|
||||||
|
```{r, results = "asis", echo = FALSE}
|
||||||
|
status("restructuring")
|
||||||
|
```
|
||||||
|
|
||||||
So far you've been using the console to run code.
|
So far you've been using the console to run code.
|
||||||
That's a great place to start, but you'll find it gets cramped pretty quickly as you create more complex ggplot2 graphics and dplyr pipes.
|
That's a great place to start, but you'll find it gets cramped pretty quickly as you create more complex ggplot2 graphics and dplyr pipes.
|
||||||
To give yourself more room to work, it's a great idea to use the script editor.
|
To give yourself more room to work, it's a great idea to use the script editor.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Workflow: code style {#workflow-style}
|
# Workflow: code style {#workflow-style}
|
||||||
|
|
||||||
```{r, results = "asis", echo = FALSE}
|
```{r, results = "asis", echo = FALSE}
|
||||||
status("drafting")
|
status("polishing")
|
||||||
```
|
```
|
||||||
|
|
||||||
Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread.
|
Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread.
|
||||||
|
|
Loading…
Reference in New Issue