Update tibble.Rmd (#219)

typo. in other chapters you used "dataset"
This commit is contained in:
S'busiso Mkhondwane 2016-08-02 16:10:01 +02:00 committed by Hadley Wickham
parent 4402637b34
commit 6de8723a45
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ nycflights13::flights %>%
print(width = Inf)
```
You can also get a scrollable view of the complete data set using RStudio's built-in data viewer. This is often useful at the end of a long chain of manipulations.
You can also get a scrollable view of the complete dataset using RStudio's built-in data viewer. This is often useful at the end of a long chain of manipulations.
```{r, eval = FALSE}
nycflights13::flights %>% View()