tibble-package {tibble}R Documentation

Simple Data Frames

Description

Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.

Getting started

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.

Package options

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).


[Package tibble version 1.0 Index]