Row number threshold: Maximum number of rows
printed. Set to Inf to always print all rows. Default: 20.
tibble.print_min
Number of rows printed if row number
threshold is exceeded. Default: 10.
tibble.width
Output width. Default: NULL (use
width option).
tibble.max_extra_cols
Number of extra columns
printed in reduced form. Default: 100.
Details
The S3 class tbl_df wraps a local data frame. The main
advantage to using a tbl_df over a regular data frame is the printing:
tbl objects only print a few rows and all the columns that fit on one screen,
describing the rest of it as text.