Branching Methods

Functions used in Branching of pipelines

if_branch()

Perform an if/else-like branch in a pipeline

switch_branch()

Perform an switch-like branch in a pipeline

Looping Methods

Function used in the Looping of pipelines

while_pipe()

Perform an while-like loop in a pipeline

Side Effects

Functions used to generate Side-Effects

pipe_cat()

Pipe-able version of the cat()

pipe_qplot()

Pipe-able version of the qplot()

Functions associated with the fseq class of functions

`+`(<fseq>) length(<fseq>) is.fseq() is_fseq()

Generic methods for fseq manipulations

fseq_get_env() fseq_print_env() fseq_set_env() fseq_check_env() fseq_copy_fun() fun_var_env()

Alter the environments of fseq functions

Evaluation

Evaluation and Environment related functions

eval_expr()

Evaluates an expression within a data context

copy_env() copy_fun()

Copy an environment or a function