From afe7e3a2abf04cdc2c51d0ff89c1e69cfa2ce99b Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 4 May 2022 08:41:44 -0500 Subject: [PATCH] WS --- data-tidy.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-tidy.Rmd b/data-tidy.Rmd index 4c3834d..681f36e 100644 --- a/data-tidy.Rmd +++ b/data-tidy.Rmd @@ -6,10 +6,10 @@ status("complete") ## Introduction -> "Happy families are all alike; every unhappy family is unhappy in its own way." \ +> "Happy families are all alike; every unhappy family is unhappy in its own way."\ > --- Leo Tolstoy -> "Tidy datasets are all alike, but every messy dataset is messy in its own way." \ +> "Tidy datasets are all alike, but every messy dataset is messy in its own way."\ > --- Hadley Wickham In this chapter, you will learn a consistent way to organize your data in R using a system called **tidy data**.