diff --git a/tibble.Rmd b/tibble.Rmd index 7cbd80f..ad67a9a 100644 --- a/tibble.Rmd +++ b/tibble.Rmd @@ -90,7 +90,7 @@ 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 `n` - rows, print only `m` rows. Use `options(dplyr.print_min = Inf)` to always + rows, print only `m` rows. Use `options(tibble.print_min = Inf)` to always show all rows. * Use `options(tibble.width = Inf)` to always print all columns, regardless