A Poor Man's Base R Copy of 'dplyr' Verbs


[Up] [Top]

Documentation for package ‘poorman’ version 0.1.10

Help Pages

%>% Forward-pipe operator
all_of Select Helpers
anti_join Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y':
any_of Select Helpers
arrange Arrange rows by variables
contains Select Helpers
ends_with Select Helpers
everything Select Helpers
filter Return rows with matching conditions
filter_joins Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y':
full_join Join two data.frames together
groups Group by one or more variables
group_by Group by one or more variables
group_vars Return grouping variables
inner_join Join two data.frames together
joins Join two data.frames together
last_col Select Helpers
left_join Join two data.frames together
matches Select Helpers
mutate Create or transform variables
num_range Select Helpers
pipe Forward-pipe operator
print.grouped_data Print a grouped 'data.frame'
pull Pull out a single variable
relocate Select/relocate variables by name
rename Rename columns
right_join Join two data.frames together
rownames Tools for working with row names
rownames_to_column Tools for working with row names
select Select/relocate variables by name
select_helpers Select Helpers
semi_join Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y':
slice Choose rows by position
starts_with Select Helpers
summarise Reduce multiple values down to a single value
summarize Reduce multiple values down to a single value
transmute Create or transform variables
ungroup Group by one or more variables