seplyr-package | 'seplyr': Standard Evaluation Improved Interfaces for Common Data Manipulatio Tasks |
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 (deprecated). |
filter_nse | Filter non-standard interface (deprecated). |
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. |
if_else_device | Simulate a per-row block-'if(){}else{}'. |
mutate_nse | mutate non-standard evaluation interface (deprecated). |
mutate_se | mutate standard evaluation interface. |
mutate_seb | Run a sequence of quoted mutate blocks. |
novelName | Generate a name with a prefix disjoint from a set of names |
partition_mutate_qt | Partition a sequence of mutate commands into longest ordered no create/use blocks. |
partition_mutate_se | Partition a sequence of mutate commands into longest ordered no create/use blocks. |
prep_deref | Substitute language elements by one-expand_expr (deprecated). |
quote_mutate | Capture the expressions of a mutate-style command. |
rename_se | rename standard interface. |
select_se | select standard interface. |
seplyr | 'seplyr': Standard Evaluation Improved Interfaces for Common Data Manipulatio Tasks |
summarise_nse | summarize non-standard evaluation interface (deprecated). |
summarise_se | summarize standard interface. |
summarize_nse | summarize non-standard evaluation interface (deprecated). |
summarize_se | summarize standard interface. |
tally_se | tally/count standard interface. |
transmute_nse | transmute non-standard evaluation interface (deprecated). |
transmute_se | transmute standard interface. |