Prepare Trio metric metadata for submission
Source:R/SubmissionDataset.R
prepareTrioSubmissionMetrics.RdThis helper aligns the new submission workflow with the older writeCTD()
metric handling. Internal package metrics are recorded directly. Custom
metrics can optionally be uploaded to a GitHub gist and linked from the
resulting Metric table rows.
Usage
prepareTrioSubmissionMetrics(
trio,
name = trio$name,
uploadCustom = FALSE,
githubPat = NULL,
gistPublic = TRUE
)