Update chapter status

This commit is contained in:
Hadley Wickham 2022-02-21 15:54:38 -06:00
parent 332a022b55
commit c78ed76664
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Workflow: scripts and projects
```{r, results = "asis", echo = FALSE}
status("restructuring")
```
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.
To give yourself more room to work, it's a great idea to use the script editor.

View File

@ -1,7 +1,7 @@
# Workflow: code style {#workflow-style}
```{r, results = "asis", echo = FALSE}
status("drafting")
status("polishing")
```
Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread.