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.
enframe                 Converting atomic vectors to data frames, and
                        vice versa
frame_matrix            Row-wise matrix creation
glimpse                 Get a glimpse of your data.
has_name                Does an object have an element with this name?
is.tibble               Test if the object is a tibble.
lst                     Build a list
rownames                Tools for working with row names
set_tidy_names          Repair object names.
tibble-package          tibble: Simple Data Frames
tribble                 Row-wise tibble creation
