Update tibble.Rmd (#248)

Typo
This commit is contained in:
S'busiso Mkhondwane 2016-08-12 21:28:53 +02:00 committed by Hadley Wickham
parent 3b86fb5b3d
commit 509f70902d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ library(tibble)
## 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}
as_tibble(iris)