From 1dd293436b5c63c343a2178fb335522c7c56ca38 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 15 Jan 2020 12:40:02 -0600 Subject: [PATCH] Remove duplicate id Fixes #755 --- tibble.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibble.Rmd b/tibble.Rmd index ad67a9a..596c2ad 100644 --- a/tibble.Rmd +++ b/tibble.Rmd @@ -14,7 +14,7 @@ In this chapter we'll explore the __tibble__ package, part of the core tidyverse library(tidyverse) ``` -## Creating tibbles {#tibbles} +## Creating tibbles Almost all of the functions that you'll use in this book produce tibbles, as tibbles are one of the unifying features of the tidyverse. Most other R packages use regular data frames, so you might want to coerce a data frame to a tibble. You can do that with `as_tibble()`: