Extract the start time stamps from (mzML) files.

extract_time_stamp(
  x = character(),
  format = "%Y-%m-%dT%H:%M:%S",
  BPPARAM = bpparam()
)

Arguments

x

character with the file names (full path) or the mzML files.

format

character(1) defining the date/time format of the time stamp. If NULL the time stamp will be returned as a character.

BPPARAM

Parallel processing setup. See bpparam() for details.

Value

character (or date/time) with the start time stamps.

Author

Johannes Rainer