extract_time_stamp: Extract run start time stamp

View source: R/ms_file_utils.R

extract_time_stampR Documentation

Extract run start time stamp

Description

Extract the start time stamps from (mzML) files.

Usage

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(s)

Johannes Rainer


EuracBiomedicalResearch/CompMetaboTools documentation built on Jan. 31, 2024, 1:14 p.m.