Create one or many child runs.
create_child_runs(parent_run, count = NULL, tag_key = NULL, tag_values = NULL)
The parent Run
object.
An optional number of children to create.
An optional key to populate the Tags entry in all created children.
An optional list of values that will map onto Tags for the list of runs created.
The list of child runs, Run
objects.