Simple Data Frames
Add columns to a data frame
Add rows to a data frame
Coerce lists, matrices, and more to data frames
Format a character vector
Deprecated functions
Converting vectors to data frames, and vice versa
Printing tibbles
Row-wise matrix creation
Test if the object is a tibble
Deprecated test for tibble-ness
Build a list
Superseded functions for name repair
Name repair
Tibble constructor and validator
Format a numeric vector
Objects exported from other packages
Tools for working with row names
Subsetting tibbles
tbl_df class
Package options
tibble: Simple Data Frames
Build a data frame
Row-wise tibble creation
Legacy printing
View an object
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.
Useful links