This function reads chromatogram files from a directory and returns a data frame with the chromatogram data.
Examples
if (FALSE) { # \dontrun{
path <- system.file("extdata", "waters_raw_ex", package="PKbioanalysis")
main <- read_chrom(path, method = 1)
} # }
