From 528194c60dc4c91fa395ca7f6064f7eabba359f2 Mon Sep 17 00:00:00 2001 From: Azza Ahmed Date: Wed, 20 Jun 2018 09:58:40 +0200 Subject: [PATCH] Typo with tibble printing options (#586) --- tibble.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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