R/Collect.R

  Collect<-function(X){
    require(rvest)
    require(dplyr)
    list(
      CAL = CalData(X),
      LVL = get_lvls(X),
      PH_COEF=pH_coefs(X),
      Inst = getInst(X),
      sn = getSn(X),
      Lot = getLot(X),
      assay=determineAssay(X),
      file=getFile(X)
    )
  }
JARS3N/axml documentation built on May 7, 2019, 6:47 a.m.