seplyr-package | 'seplyr': Standard Evaluation Interfaces for Common 'dplyr' Verbs |
add_count_se | tally/count standard interface. |
add_group_indices | Group a data frame and add per-group indices as a column. |
add_group_sub_indices | Group a data frame and add in-group indices as a column. |
add_group_summaries | Simulate the group_by/mutate pattern with an explicit summarize and join. |
add_rank_indices | Arrange a data frame and rank indexes. |
add_tally_se | tally/count standard interface. |
arrange_se | arrange standard interface. |
count_se | tally/count standard interface. |
deselect | deselect standard interface. |
distinct_se | Standard interface for distinct. |
expand_expr | Prepare an expression for standard evaluation. |
filter_nse | filter non-standard interface. |
filter_se | filter standard interface. |
group_by_se | group_by standard interface. |
group_indices_se | group_indices standard interface. |
group_summarise | group_by and summarize as an atomic action. |
group_summarize | group_by and summarize as an atomic action. |
mutate_nse | mutate non-standard evaluation interface. |
mutate_se | mutate standard evaluation interface. |
novelName | Generate a name with a prefix disjoint from a set of names |
prep_deref | Substitute language elements by one-expand_expr. |
rename_se | rename standard interface. |
select_se | select standard interface. |
seplyr | 'seplyr': Standard Evaluation Interfaces for Common 'dplyr' Verbs |
summarise_nse | summarize non-standard evaluation interface. |
summarise_se | summarize standard interface. |
summarize_nse | summarize non-standard evaluation interface. |
summarize_se | summarize standard interface. |
tally_se | tally/count standard interface. |
transmute_nse | transmute non-standard evaluation interface. |
transmute_se | transmute standard interface. |