Update tibble.Rmd (#193)
Inserted to in "you might need to coerce a regular data frame a tibble"
This commit is contained in:
parent
b16aec6b1f
commit
c712ee92c3
|
@ -16,7 +16,7 @@ library(tibble)
|
|||
|
||||
## Creating tibbles {#tibbles}
|
||||
|
||||
The majority of the functions that you'll use in this book already produce tibbles. If you're working with functions from other packages, you might need to coerce a regular data frame a tibble. You can do that with `as_tibble()`:
|
||||
The majority of the functions that you'll use in this book already produce tibbles. If you're working with functions from other packages, you might need to coerce a regular data frame to a tibble. You can do that with `as_tibble()`:
|
||||
|
||||
```{r}
|
||||
as_tibble(iris)
|
||||
|
|
Loading…
Reference in New Issue