Skip to content

Tibbles

tibble-package
tibble: Simple Data Frames
tibble() tibble_row()
Build a data frame
tbl_df-class tbl_df
tbl_df class
print(<tbl_df>) format(<tbl_df>)
Printing tibbles
num() set_num_opts()
Format a numeric vector
char() set_char_opts()
Format a character vector
tibble_options
Package options
tribble()
Row-wise tibble creation

Coercion

is_tibble()
Test if the object is a tibble
as_tibble() as_tibble_row() as_tibble_col()
Coerce lists, matrices, and more to data frames
new_tibble() validate_tibble()
Tibble constructor and validator
enframe() deframe()
Converting vectors to data frames, and vice versa

Manipulation

`$`(<tbl_df>) `[[`(<tbl_df>) `[`(<tbl_df>) `$<-`(<tbl_df>) `[[<-`(<tbl_df>) `[<-`(<tbl_df>)
Subsetting tibbles
add_row()
Add rows to a data frame
add_column()
Add columns to a data frame

Helpers

Vectors, matrices, and lists

enframe() deframe()
Converting vectors to data frames, and vice versa
lst()
Build a list
as_tibble() as_tibble_row() as_tibble_col()
Coerce lists, matrices, and more to data frames
frame_matrix()
Row-wise matrix creation