loading...

All functions

._()

Pass first argument as dot to run code in second argument for pipe operators that do not natively support dot-replacement scheme (base R pipe operator)

flow() enflow() is.flow() is_flow() as.flow() as_flow() `$`(<Flow>) `$<-`(<Flow>)

Create Flow objects to better organize pipelines in R

graph_flow()

Create a graph with Flow objects hierarchy

`%>.%` `%>_%` debug_flow()

Flow pipeline operators and debugging function

quos_underscore()

Convert arguments whose names end with _ into quosures automatically

`-`(<formula>) `+`(<formula>) `^`(<quosure>) `+`(<quosure>) `+`(<unquoted>) print(<unquoted>) as.quosure() is.quosure() is.formula() is.bare_formula() `!!`()

Create and manipulate quosures easily

str(<Flow>)

Compactly display the content of a Flow object

svFlow-package

Data Analysis Work Flow and Pipeline Operator for 'SciViews::R'