diff --git a/workflow-scripts.Rmd b/workflow-scripts.Rmd index f172cef..2b18b6e 100644 --- a/workflow-scripts.Rmd +++ b/workflow-scripts.Rmd @@ -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. diff --git a/workflow-style.Rmd b/workflow-style.Rmd index 552e6af..026557a 100644 --- a/workflow-style.Rmd +++ b/workflow-style.Rmd @@ -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.