Get datetime as a string
get_datetime_string.RdGet datetime as a string in the form "%Y%m%d%H%M". Defaults to returning
the current datetime.
Usage
get_datetime_string(x = lubridate::now())Arguments
- x
A vector of POSIXt, numeric, or character objects. Defaults to the current time.