Collect DatasetTask submission metadata interactively
Source:R/SubmissionDataset.R
collectTaskSubmissionInfo.RdThis helper gathers the task-level fields needed for the DatasetTask
table. It does not modify the Trio object.
Usage
collectTaskSubmissionInfo(trio, defaults = list(), n_tasks = NULL)Arguments
- trio
A
Trioobject.- defaults
Optional named list of pre-filled task values. Supported entries are
taskStage,taskType, andtaskName. Each entry may be length 1 or lengthn_tasks.- n_tasks
Number of tasks to define. If
NULL, interactive sessions prompt for this value, while non-interactive sessions infer it from the longest defaults vector.
Value
A named list ready to pass as task_args to
buildDatasetTaskSubmission().