diff --git a/tibble.Rmd b/tibble.Rmd index 72a5614..ae80535 100644 --- a/tibble.Rmd +++ b/tibble.Rmd @@ -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()