R/reportMethods.R

Defines functions reportMethods

reportMethods <- function(method) {
  methods <- list(
    Binalysis = binalysisMethods,
    MetaboProfile = profileMethods,
    Analysis = analysisMethods,
    Workflow = workflowMethods,
    Assignment = assignmentMethods 
  )
  method <- methods[[method]]
  return(method)
}
jasenfinch/metaboReports documentation built on Nov. 19, 2021, 7:23 p.m.