Build DatasetEvidence submission rows from a Trio object
Source:R/SubmissionDataset.R
buildDatasetEvidenceSubmission.RdThis helper creates one DatasetEvidence row per supporting evidence entry
in the Trio object. It does not upload anything and does not modify the
existing writeCTD() path.
Usage
buildDatasetEvidenceSubmission(
trio,
datasetTaskID,
evidenceName = names(trio$evidence),
evidenceType = NA_character_
)