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


[Up] [Top]

Documentation for package ‘poorman’ version 0.1.9

Help Pages

%>% Forward-pipe operator
anti_join Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y':
arrange Arrange rows by variables
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
inner_join Join two data.frames together
joins Join two data.frames together
left_join Join two data.frames together
mutate Create or transform variables
pipe Forward-pipe operator
print.grouped_data Print a grouped 'data.frame'
pull Pull out a single variable
relocate Change column order
rename Select/rename variables by name
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/rename variables by name
semi_join Filtering joins filter rows from 'x' based on the presence or absence of matches in 'y':
slice Choose rows by position
summarise Reduce multiple values down to a single value
transmute Create or transform variables
ungroup Group by one or more variables