Typo with tibble printing options (#586)
This commit is contained in:
parent
e682fdc45a
commit
528194c60d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue