getAcquistionDateTime: function to retrieve the acquisition date & time of the files...

View source: R/proteinDatabase.R

getAcquistionDateTimeR Documentation

function to retrieve the acquisition date & time of the files used to generate the pdResult file

Description

function to retrieve the acquisition date & time of the files used to generate the pdResult file

Usage

getAcquistionDateTime(
  db,
  useAmPm = TRUE,
  format = ifelse(useAmPm, "%m/%d/%Y %I:%M:%S %p", "%m/%d/%Y %H:%M:%S %p")
)

Arguments

db

database access 'handle'

useAmPm

logical, influences what default format is used. Ignored if a format is specified

format

character vector specifying the format of the resulting POSIXct/POSIXt object. See strptime for more info

Value

one or more POSIXct/POSIXt object(S)

Note

this function is essentially a wrapper around studyDefinitionFileSets


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.