tibble-package | tibble: Simple Data Frames |
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 list |
data_frame_ | Build a 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_name | Does an object have an element with this name? |
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 list |
lst_ | Build a list |
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. |
tibble | Build a list |
tibble_ | Build a list |
tidy_names | Repair object names. |
tribble | Row-wise tibble creation |