From 74c27cfd2a7539316bcbb9ab80306716b4181580 Mon Sep 17 00:00:00 2001 From: jjchern Date: Mon, 23 May 2016 18:30:53 -0500 Subject: [PATCH] "vs" should be "vs." --- wrangle.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangle.Rmd b/wrangle.Rmd index 732fb73..2327a5f 100644 --- a/wrangle.Rmd +++ b/wrangle.Rmd @@ -38,7 +38,7 @@ frame_data( ) ``` -## Tibbles vs data frames +## Tibbles vs. data frames There are two main differences in the usage of a data frame vs a tibble: printing, and subsetting.