View source: R/proteinDatabase.R
getAcquistionDateTime | R Documentation |
function to retrieve the acquisition date & time of the files used to generate the pdResult file
getAcquistionDateTime(
db,
useAmPm = TRUE,
format = ifelse(useAmPm, "%m/%d/%Y %I:%M:%S %p", "%m/%d/%Y %H:%M:%S %p")
)
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 |
one or more POSIXct/POSIXt object(S)
this function is essentially a wrapper around
studyDefinitionFileSets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.