parent
3b86fb5b3d
commit
509f70902d
|
@ -16,7 +16,7 @@ library(tibble)
|
||||||
|
|
||||||
## Creating tibbles {#tibbles}
|
## Creating tibbles {#tibbles}
|
||||||
|
|
||||||
The almost all of the functions that you'll use in this book produce tibbles as using tibbles is one of the common features of packages in 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()`:
|
Almost all of the functions that you'll use in this book produce tibbles as using tibbles is one of the common features of packages in 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()`:
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
as_tibble(iris)
|
as_tibble(iris)
|
||||||
|
|
Loading…
Reference in New Issue