peakPantheR (version 1.2.0)

getAcquisitionDatemzML: Parse acquisition date from a mzML file

Description

Extract acquisition date (`'startTimeStamp'``) from a mzML file. In case of failure (or the file is not a mzML) returns NULL

Usage

getAcquisitionDatemzML(mzMLPath, verbose = TRUE)

Arguments

mzMLPath

(str) path to mzML raw data file

verbose

(bool) if TRUE message progress

Value

POSIXct or NA