Update tibble.Rmd (#193)

Inserted to in "you might need to coerce a regular data frame a tibble"
This commit is contained in:
nickelas
2016-07-26 14:42:19 +02:00
committed by Hadley Wickham
parent b16aec6b1f
commit c712ee92c3

View File

@@ -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)