Simple Data Frames
Superseded functions for name repair
Name repair
Package options
tibble: Simple Data Frames
Build a data frame
Row-wise tibble creation
Legacy printing
View an object
Add columns to a data frame
Add rows to a data frame
Coerce lists, matrices, and more to data frames
Build a list
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
Tibble constructor and validator
Format a numeric vector
Objects exported from other packages
Tools for working with row names
Subsetting tibbles
tbl_df
class
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.
Useful links