Collect DatasetTaskMetric submission rows from Trio assignments
Source:R/SubmissionDataset.R
collectDatasetTaskMetricSubmission.RdThis helper builds the DatasetTaskMetric linking table automatically from
the evidence-to-task assignments and the metric links already stored inside
the Trio object.
Arguments
- trio
A
Trioobject.- evidence_args
Named list returned by
collectEvidenceSubmissionInfo().- task_args
Named list returned by
collectTaskSubmissionInfo().