Create a child run. This is used to isolate part of a run into a subsection.
create_child_run(parent_run, name = NULL, run_id = NULL, outputs = NULL)
The parent Run
object.
An optional name for the child run, typically specified for a "part"
An optional run ID for the child, otherwise it is auto-generated. Typically this parameter is not set.
Optional outputs directory to track for the child.
The child run, a Run
object.