Package index
-
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()
experimental - Format a numeric vector
-
char()
set_char_opts()
experimental - Format a character vector
-
tibble_options
- Package options
-
tribble()
- Row-wise tibble creation
-
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
-
`$`(<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
-
reexports
glimpse
has_name
%>%
tbl_sum
obj_sum
type_sum
size_sum
- Objects exported from other packages
-
has_rownames()
remove_rownames()
rownames_to_column()
rowid_to_column()
column_to_rownames()
- Tools for working with row names
-
view()
experimental - View an object
-
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