tibble-package {tibble} | R Documentation |
Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.
See tbl_df
for an introduction,
data_frame
and frame_data
for construction,
as_data_frame
for coercion,
and print.tbl_df
and glimpse
for display.
Display options for tbl_df
, used by trunc_mat
and
(indirectly) by print.tbl_df
.
tibble.print_max
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).