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

char() set_char_opts()

Format a character vector

enframe() deframe()

Converting vectors to data frames, and vice versa

print(<tbl_df>) format(<tbl_df>)

Printing tibbles

frame_matrix()

Row-wise matrix creation

is_tibble()

Test if the object is a tibble

lst()

Build a list

new_tibble() validate_tibble()

Tibble constructor and validator

num() set_num_opts()

Format a numeric vector

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

tibble-package

tibble: Simple Data Frames

tibble() tibble_row()

Build a data frame

tibble_options

Package options

tribble()

Row-wise tibble creation

view()

View an object