Save and reload tasks. Tasks consist of an expression bound to a
context.
task_save(expr, context, envir = parent.frame(), depends_on = NULL)An expression to save
A context object
Passed through to context_save when locating
local variables.
Optional vector of task ids that this task depends on
An identifier that can be used to retrieve or run the task later. This is simply a short string.