powered by
With this function, patient IDs in the ABT class object can be extracted.
idABT(objName = "inData")
a character specifying the name of an ABT class object produced by readABT.
a character vector
# NOT RUN { inData <- readABT(fileName = system.file("extdata","toy.xlsx",package="AntibodyTiters")) idABT(objName = "inData")[1:6] # }
Run the code above in your browser using DataLab