thermo.date: converts character string date into date/time format

View source: R/helper.R

thermo.dateR Documentation

converts character string date into date/time format

Description

converts character string date into date/time format

Usage

thermo.date(theDate, dateFormat = lubridate::mdy_hms)

Arguments

theDate

character string to be converted (can be vectorized)

dateFormat

function that defines the output date/time format, default is lubridate::mdy_hms

Value

date in mdy hms format


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