Fixed description of tibble.print options (#597)
This commit is contained in:
parent
31b8ccf430
commit
3138d2d30b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue