library(msdata)
filepath <- system.file("microtofq", package = "msdata")
file <- list.files(filepath, pattern="MM14.mzML",
full.names=TRUE, recursive = TRUE)
mzml <- openMSfile(file)
close(mzml)
## using the pwiz backend
mzml <- openMSfile(file, backend = "pwiz")
Run the code above in your browser using DataLab