From 2c754bac83efcfac0ad7eb3162f285fc1b38194f Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Sat, 13 Aug 2016 16:04:06 +0200 Subject: [PATCH] Update wrangle.Rmd (#253) Changed the order to reflect the ordering of the chapters --- wrangle.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wrangle.Rmd b/wrangle.Rmd index b04dde7..d15ec3d 100644 --- a/wrangle.Rmd +++ b/wrangle.Rmd @@ -25,11 +25,11 @@ This part of the book proceeds as follows: Data wrangling also encompasses data transformation, which you've already learn a little about. Now we'll focus on new skills for three specific types of data you will frequently encounter in practice: -* [Dates and times] will give you the key tools for working with - dates and date-times. +* [Relational data] will give you tools for working with multiple + interrelated datasets. * [Strings] will introduce regular expressions, a powerful tool for manipulating strings. -* [Relational data] will give you tools for working with multiple - interrelated datasets. +* [Dates and times] will give you the key tools for working with + dates and date-times.