parent
50e3db445c
commit
1dd293436b
|
@ -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()`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue