materialize_node: Cache results to a named table inside a pipeline.
Description
Cache results to a named table inside a pipeline.
Usage
materialize_node(source, table_name, ..., temporary = TRUE)
Arguments
source
source to work from (data.frame or relop node)
table_name
character, name of caching table
...
force later arguments to bind by name
temporary
logical, if TRUE mark tables temporary.