petab_combine: Combine two petabs

View source: R/PEtab.R

petab_combineR Documentation

Combine two petabs

Description

  • Row-bind the relevant tables

  • If conflicts occur, inform user about it (e.g. different column names in experimentalCondition)

Usage

petab_combine(
  pe1,
  pe2,
  NFLAGconflict = c(stop = 0, use_pe1 = 1, use_pe2 = 2)[2]
)

Arguments

pe1, pe2

petabs

NFLAGconflict

one of c("stop" = 0, "use_pe1" = 1, "use_pe2" = 2)

Value

pe

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other Combine petabs: petab_combine_experimentalCondition(), petab_combine_measurementData(), petab_combine_observables(), petab_combine_parameters()


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.