From 9b592e76807e4b5a00a8bdb414e17242b044ff22 Mon Sep 17 00:00:00 2001 From: LOU Xun Date: Sat, 12 Nov 2022 14:13:31 +0000 Subject: [PATCH] Simple typo fix (#1134) --- workflow-pipes.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.