Build DatasetTask submission rows from a Trio object
Source:R/SubmissionDataset.R
buildDatasetTaskSubmission.RdThis helper creates one DatasetTask row per supporting evidence name in the
Trio object. It does not upload anything and does not modify the existing
writeCTD() path.
Arguments
- trio
A
Trioobject.- datasetID
Dataset identifier to link tasks to. Defaults to
NAso the backend can fill it later.- taskStage
A character vector giving the task stage for each task row.
- taskType
A character vector giving the task type for each task row.
- taskName
A character vector giving the task name for each task row.