Package index
-
add_column() - Add columns to a data frame
-
add_row() - Add rows to a data frame
-
arrange()arrange_() - Arrange data frame rows by columns
-
as_df() - Fast
as.data.frame() -
bind_rows()bind_fill_rows()bind_cols() - Bind multiple data frames by row or column
-
desc() - Descending order
-
do()do_() - Apply functions to grouped data frames
-
filter()filter_() - Subset rows of a data frame
-
gather()gather_() - Converts wide data frames into tall data frames
-
group_by() - Grouped data frames
-
group_indices() - Group Indices
-
group_labels() - Group Labels
-
group_levels() - Group Levels
-
is_atomic() - Is object a 1-dimensional atomic vector
-
is_date() - Is object a date vector
-
is_integer() - Is object an integer vector
-
is_string() - Is object a string vector
-
join_left()join_right()join_inner()join_full() - Join two data frames together
-
map()map_chr()map_int()map_dbl()map_df() - Apply functions to elements of a vector
-
mutate()mutate_() - Add new variables to data frame
-
nest_by() - Nested Data Frames
-
pull() - Pull out a single column
-
relocate() - Move columns within a data frame
-
rename() - Rename column names
-
reset_row_names() - Reset data frame row names
-
rownames_to_column() - Move row names to a column
-
select() - Subset a data frame by column name or column position
-
separate() - Separate one column into multiple columns.
-
spread() - Converts tall data frames into wide data frames
-
summarise()summarise_() - Summarise columns of a data frame
-
ungroup() - Ungroup
-
unite() - Unite multiple columns into one
-
unnest() - Unnest