R/check.R

Defines functions checkWorkflow

checkWorkflow <- function(workflow){
  match.arg(workflow,
            choices = availableWorkflows())
}
jasenfinch/metaboWorkflows documentation built on May 24, 2023, 8:23 a.m.