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


[Up] [Top]

Documentation for package ‘poorman’ version 0.1.11

Help Pages

%>% Forward-pipe operator
add_count Count observations by group
add_tally Count observations by group
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
count Count observations by group
desc Descending order
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
get_groups Return grouping variables
groups Group by one or more variables
group_by Group by one or more 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
n The number of observations in the current group
num_range Select Helpers
peek_vars Peek at variables in the selection context
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
tally Count observations by group
transmute Create or transform variables
ungroup Group by one or more variables