Arguments
- x
A workflow set outputted by
workflow_set()
orworkflow_map()
.- id
A single character string for a workflow ID.
Value
pull_workflow_set_result()
produces a tune_result
or
resample_results
object. pull_workflow()
returns an unfit workflow
object.
Details
pull_workflow_set_result()
retrieves the results of workflow_map()
for a
particular workflow while pull_workflow()
extracts the unfitted workflow
from the info
column.
The extract_workflow_set_result()
and extract_workflow()
functions should
be used instead of these functions.