diff --git a/tibble.Rmd b/tibble.Rmd index d4dad27..7cbd80f 100644 --- a/tibble.Rmd +++ b/tibble.Rmd @@ -89,8 +89,8 @@ nycflights13::flights %>% You can also control the default print behaviour by setting options: -* `options(tibble.print_max = n, tibble.print_min = m)`: if more than `m` - rows, print only `n` rows. Use `options(dplyr.print_min = Inf)` to always +* `options(tibble.print_max = n, tibble.print_min = m)`: if more than `n` + rows, print only `m` rows. Use `options(dplyr.print_min = Inf)` to always show all rows. * Use `options(tibble.width = Inf)` to always print all columns, regardless