Typo with tibble printing options (#586)

This commit is contained in:
Azza Ahmed 2018-06-20 09:58:40 +02:00 committed by Hadley Wickham
parent e682fdc45a
commit 528194c60d
1 changed files with 2 additions and 2 deletions

View File

@ -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