All functions

add_column()

Add columns to a data frame

add_row()

Add rows to a data frame

as_tibble() as_tibble_row() as_tibble_col()

Coerce lists, matrices, and more to data frames

enframe() deframe()

Converting vectors to data frames, and vice versa

print(<tbl>) format(<tbl>) trunc_mat()

Printing tibbles

frame_matrix()

Row-wise matrix creation

glimpse()

Get a glimpse of your data

is_tibble()

Test if the object is a tibble

lst()

Build a list

new_tibble() validate_tibble()

Tibble constructor and validator

has_rownames() remove_rownames() rownames_to_column() rowid_to_column() column_to_rownames()

Tools for working with row names

`$`(<tbl_df>) `$<-`(<tbl_df>) `[[`(<tbl_df>) `[[<-`(<tbl_df>) `[`(<tbl_df>) `[<-`(<tbl_df>)

Subsetting tibbles

tbl_df-class

tbl_df class

tbl_sum()

Provide a succinct summary of an object

tibble-package

tibble: Simple Data Frames

tibble() tibble_row()

Build a data frame

tribble()

Row-wise tibble creation

view()

View an object