tstamp: return a string timestamp in ISO8601 using the provided...

View source: R/lib_datetime.R

tstampR Documentation

return a string timestamp in ISO8601 using the provided separators

Description

return a string timestamp in ISO8601 using the provided separators

Usage

tstamp(date_hour_sep = " ", date_sep = "-", hour_sep = ":", braces = TRUE)

Arguments

date_hour_sep

separator to be used between date and hour segment of the output

date_sep

separator to be used between date components of the output

hour_sep

separator to be used between hour components of the output

braces

boolean to indicate if time stamp should be put between braces

Value

string timestamp


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.