diff --git a/workflow-pipes.qmd b/workflow-pipes.qmd index 418b5cf..9e55e87 100644 --- a/workflow-pipes.qmd +++ b/workflow-pipes.qmd @@ -136,6 +136,6 @@ The pipe is important because you'll use it again and again throughout your anal In the next chapter, we switch back to data science tools, learning about tidy data. Tidy data is a consistent way of organizing your data frames that is used throughout the tidyverse. -This consistency makes your life easier because once you have tidy data, you it just works with the vast majority of tidyverse functions. +This consistency makes your life easier because once you have tidy data, it just works with the vast majority of tidyverse functions. Of course, life is never easy and most datasets that you encounter in the wild will not already be tidy. So we'll also teach you how to use the tidyr package to tidy your untidy data.