All functions

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.

complete_se()

complete by standard interface

count_se()

tally/count standard interface.

deselect()

deselect standard interface.

distinct_se()

Standard interface for distinct.

factor_mutate()

Re-write a dplyr::mutate() into safe blocks.

filter_nse()

Filter non-standard interface.

filter_se()

filter standard interface.

gather_se()

Distribute columns into blocks of rows.

group_by_se()

group_by standard interface.

group_indices_se()

group_indices standard interface.

group_mutate()

group_by and mutate as an atomic action.

group_summarize() group_summarise()

group_by and summarize as an atomic action.

group_transmute()

group_by and transmute as an atomic action.

if_else_device()

Simulate a per-row block-if(){}else{}.

mutate_nse()

mutate non-standard evaluation interface.

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.

quote_mutate()

Capture the expressions of a mutate-style command.

rename_se()

rename standard interface.

select_nse()

Select columns non-standard (code capturing) interface.

select_se()

Select columns standard interface.

seplyr

seplyr: Standard Evaluation Improved Interfaces for Common Data Manipulatio Tasks

spread_se()

Collect values from blocks of rows into columns.

summarize_nse() summarise_nse()

summarize non-standard evaluation interface.

summarize_se() summarise_se()

summarize standard interface.

tally_se()

tally/count standard interface.

transmute_nse()

transmute non-standard evaluation interface.

transmute_se()

transmute standard interface.