diff --git a/arrow.qmd b/arrow.qmd index a9275f6..b46c2f0 100644 --- a/arrow.qmd +++ b/arrow.qmd @@ -8,7 +8,7 @@ freeze: true #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/base-R.qmd b/base-R.qmd index a1598e5..3371376 100644 --- a/base-R.qmd +++ b/base-R.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` To finish off the programming section, we're going to give you a quick tour of the most important base R functions that we don't otherwise discuss in the book. diff --git a/communication.qmd b/communication.qmd index 4d2fa42..d8e8df8 100644 --- a/communication.qmd +++ b/communication.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/data-import.qmd b/data-import.qmd index 3244cd5..9d3625e 100644 --- a/data-import.qmd +++ b/data-import.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/data-transform.qmd b/data-transform.qmd index 5113ec4..7b6955b 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/databases.qmd b/databases.qmd index cc86fc0..fd475b8 100644 --- a/databases.qmd +++ b/databases.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/datetimes.qmd b/datetimes.qmd index 32af40a..68add8c 100644 --- a/datetimes.qmd +++ b/datetimes.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") # https://github.com/tidyverse/lubridate/issues/1058 options(warnPartialMatchArgs = FALSE) diff --git a/functions.qmd b/functions.qmd index 447e94b..c57234f 100644 --- a/functions.qmd +++ b/functions.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/iteration.qmd b/iteration.qmd index 49c314b..fac11dd 100644 --- a/iteration.qmd +++ b/iteration.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/joins.qmd b/joins.qmd index 033752a..7e02faa 100644 --- a/joins.qmd +++ b/joins.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/logicals.qmd b/logicals.qmd index 8cb4bf1..6ca5cf6 100644 --- a/logicals.qmd +++ b/logicals.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/missing-values.qmd b/missing-values.qmd index 5358698..196cbce 100644 --- a/missing-values.qmd +++ b/missing-values.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/numbers.qmd b/numbers.qmd index 8793013..197dd2b 100644 --- a/numbers.qmd +++ b/numbers.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/quarto-formats.qmd b/quarto-formats.qmd index b3d0a9a..ddfeff8 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/quarto-workflow.qmd b/quarto-workflow.qmd index c3bedc4..39adfd5 100644 --- a/quarto-workflow.qmd +++ b/quarto-workflow.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` Earlier, we discussed a basic workflow for capturing your R code where you work interactively in the *console*, then capture what works in the *script editor*. diff --git a/quarto.qmd b/quarto.qmd index c697485..475f076 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -5,7 +5,7 @@ #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/rectangling.qmd b/rectangling.qmd index e39578b..9f7e2dc 100644 --- a/rectangling.qmd +++ b/rectangling.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/regexps.qmd b/regexps.qmd index a2a05f5..16946a8 100644 --- a/regexps.qmd +++ b/regexps.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/spreadsheets.qmd b/spreadsheets.qmd index 49b7d82..3906104 100644 --- a/spreadsheets.qmd +++ b/spreadsheets.qmd @@ -5,7 +5,7 @@ #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/strings.qmd b/strings.qmd index c8199d5..d8bfc6a 100644 --- a/strings.qmd +++ b/strings.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` ## Introduction diff --git a/webscraping.qmd b/webscraping.qmd index f13b88b..148ad9a 100644 --- a/webscraping.qmd +++ b/webscraping.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` This vignette introduces you to the basics of web scraping with [rvest](https://rvest.tidyverse.org). diff --git a/workflow-basics.qmd b/workflow-basics.qmd index 83e85f6..4796140 100644 --- a/workflow-basics.qmd +++ b/workflow-basics.qmd @@ -5,7 +5,7 @@ #| echo: false source("_common.R") -status("polishing") +status("complete") ``` You now have some experience running R code. diff --git a/workflow-help.qmd b/workflow-help.qmd index 603192c..8d4ded9 100644 --- a/workflow-help.qmd +++ b/workflow-help.qmd @@ -5,7 +5,7 @@ #| echo: false source("_common.R") -status("polishing") +status("complete") ``` This book is not an island; there is no single resource that will allow you to master R. diff --git a/workflow-scripts.qmd b/workflow-scripts.qmd index 1e9a223..09fe42a 100644 --- a/workflow-scripts.qmd +++ b/workflow-scripts.qmd @@ -4,7 +4,7 @@ #| results: "asis" #| echo: false source("_common.R") -status("polishing") +status("complete") ``` This chapter will introduce you to two essential tools for organizing your code: scripts and projects. diff --git a/workflow-style.qmd b/workflow-style.qmd index 566afff..314cc4f 100644 --- a/workflow-style.qmd +++ b/workflow-style.qmd @@ -5,7 +5,7 @@ #| echo: false source("_common.R") -status("polishing") +status("complete") ``` Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread.