Remove duplicate id

Fixes #755
This commit is contained in:
Hadley Wickham 2020-01-15 12:40:02 -06:00
parent 50e3db445c
commit 1dd293436b
1 changed files with 1 additions and 1 deletions

View File

@ -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()`: