Description Usage Arguments Value
Create a child run. This is used to isolate part of a run into a subsection.
1 | create_child_run(parent_run, name = NULL, run_id = NULL, outputs = NULL)
|
parent_run |
The parent |
name |
An optional name for the child run, typically specified for a "part" |
run_id |
An optional run ID for the child, otherwise it is auto-generated. Typically this parameter is not set. |
outputs |
Optional outputs directory to track for the child. |
The child run, a Run
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.