rmonad-package |
rmonad: handling pipes, errors, and everything with monads |
%*>% |
Infix operators |
%>>% |
Infix operators |
%>^% |
Infix operators |
%>_% |
Infix operators |
%v>% |
Infix operators |
%^>% |
Infix operators |
%__% |
Infix operators |
%|>% |
Infix operators |
%||% |
Infix operators |
apply_rewriters |
Apply rewriters to an Rmonad |
as_monad |
Conversions to monads |
clear_cache |
Clear cached values and delete temporary files |
combine |
Conversions to monads |
const |
Ignore the first input, return the second |
esc |
Returns the value of a monad holds |
false |
Return false for all input |
false_as_error |
Make NULL values an error |
first |
Given two arguments, return the first |
funnel |
Conversions to monads |
get_code |
Vectorized getters for public Rmonad fields |
get_dependency_matrix |
Get dependencies of local variables on inputs |
get_dependents |
Vectorized getters for public Rmonad fields |
get_doc |
Vectorized getters for public Rmonad fields |
get_error |
Vectorized getters for public Rmonad fields |
get_id |
Vectorized getters for public Rmonad fields |
get_mem |
Vectorized getters for public Rmonad fields |
get_meta |
Vectorized getters for public Rmonad fields |
get_nest |
Vectorized getters for public Rmonad fields |
get_nest_depth |
Vectorized getters for public Rmonad fields |
get_notes |
Vectorized getters for public Rmonad fields |
get_OK |
Vectorized getters for public Rmonad fields |
get_parents |
Vectorized getters for public Rmonad fields |
get_prior |
Vectorized getters for public Rmonad fields |
get_summary |
Vectorized getters for public Rmonad fields |
get_time |
Vectorized getters for public Rmonad fields |
get_value |
Vectorized getters for public Rmonad fields |
get_warnings |
Vectorized getters for public Rmonad fields |
gff |
Data for GFF processing vignette |
has_code |
Vectorized existence checkers for public Rmonad fields |
has_dependents |
Vectorized existence checkers for public Rmonad fields |
has_doc |
Vectorized existence checkers for public Rmonad fields |
has_error |
Vectorized existence checkers for public Rmonad fields |
has_mem |
Vectorized existence checkers for public Rmonad fields |
has_meta |
Vectorized existence checkers for public Rmonad fields |
has_nest |
Vectorized existence checkers for public Rmonad fields |
has_notes |
Vectorized existence checkers for public Rmonad fields |
has_parents |
Vectorized existence checkers for public Rmonad fields |
has_prior |
Vectorized existence checkers for public Rmonad fields |
has_summary |
Vectorized existence checkers for public Rmonad fields |
has_time |
Vectorized existence checkers for public Rmonad fields |
has_value |
Vectorized existence checkers for public Rmonad fields |
has_warnings |
Vectorized existence checkers for public Rmonad fields |
infix |
Infix operators |
is_rmonad |
Determine whether something is an Rmonad object |
make_local_cacher |
Make a function of x that caches data locally |
make_recacher |
Make a function that takes an Rmonad and recaches it |
memory_cache |
Store a value in memory |
missues |
Tabulates all errors, warnings and notes |
mtabulate |
Make tabular summary of a pipeline |
nothing |
Do nothing |
no_cache |
Represent a value that has been deleted |
null_as_error |
Make NULL values an error |
plot.Rmonad |
Render an Rmonad graph |
print.Rmonad |
Rmonad print generic function |
report |
Convert a pipeline to Rmarkdown |
rmonad |
rmonad: handling pipes, errors, and everything with monads |
rmonad_checkers |
Vectorized existence checkers for public Rmonad fields |
rmonad_getters |
Vectorized getters for public Rmonad fields |
second |
Given two arguments, return the second |
size |
Return the number of nodes in the workflow |
splice_function |
Take a monadic bind operation's result and splice histories |
toss |
Take input and do nothing with it |
true |
Return true for all input |
void_cache |
Represent a value that has not been set |
x_to_monad |
Conversions to monads |