GetTimeStamp: GetTimeStamp

Description Usage Arguments Value Examples

View source: R/GetTimeStamp.R

Description

Get time stamp of the form "YYYYmmddHHMMSS" in a given time zone. By default the current time zone is used.

Usage

1
GetTimeStamp(timeZone = Sys.timezone())

Arguments

timeZone

Time zone to use when getting current time. Optional. Default = Sys.timezone().

Value

Timestamp string.

Examples

1
2
GetTimeStamp()
GetTimeStamp(timeZone = "GMT")

nextpagesoft/hivEstimatesAccuracyReloaded documentation built on March 14, 2020, 7:06 a.m.