tibble-package |
tibble: Simple Data Frames |
add_case |
Add rows to a data frame |
add_column |
Add columns to a data frame |
add_row |
Add rows to a data frame |
as.tibble |
Coerce lists and matrices to data frames |
as_data_frame |
Coerce lists and matrices to data frames |
as_tibble |
Coerce lists and matrices to data frames |
as_tibble.data.frame |
Coerce lists and matrices to data frames |
as_tibble.default |
Coerce lists and matrices to data frames |
as_tibble.list |
Coerce lists and matrices to data frames |
as_tibble.matrix |
Coerce lists and matrices to data frames |
as_tibble.NULL |
Coerce lists and matrices to data frames |
as_tibble.table |
Coerce lists and matrices to data frames |
as_tibble.tbl_df |
Coerce lists and matrices to data frames |
column_to_rownames |
Tools for working with row names |
data_frame |
Build a data frame or list |
data_frame_ |
Build a data frame or list |
deframe |
Converting atomic vectors to data frames, and vice versa |
enframe |
Converting atomic vectors to data frames, and vice versa |
frame_data |
Row-wise tibble creation |
frame_matrix |
Row-wise matrix creation |
glimpse |
Get a glimpse of your data |
has_rownames |
Tools for working with row names |
is.tibble |
Test if the object is a tibble |
is_tibble |
Test if the object is a tibble |
lst |
Build a data frame or list |
lst_ |
Build a data frame or list |
new_tibble |
Constructor |
remove_rownames |
Tools for working with row names |
repair_names |
Repair object names |
rowid_to_column |
Tools for working with row names |
rownames |
Tools for working with row names |
rownames_to_column |
Tools for working with row names |
set_tidy_names |
Repair object names |
tbl_sum |
Provide a succinct summary of an object |
tibble |
Build a data frame or list |
tibble-options |
Package options |
tibble_ |
Build a data frame or list |
tidy_names |
Repair object names |
tribble |
Row-wise tibble creation |