From 3138d2d30b33798cf7f58511522ef45e7a54e7bc Mon Sep 17 00:00:00 2001 From: Gustav W Delius Date: Wed, 20 Jun 2018 09:03:09 +0100 Subject: [PATCH] Fixed description of tibble.print options (#597) --- tibble.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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