Description Usage Arguments Examples
Convert time to POSIXct to a numeric value expressed in seconds
1 2 | timeconverter(x = as.POSIXct(Sys.time()),
unit = "seconds since 1970-01-01 +1")
|
x |
a vector or |
unit |
mesarement unit with origin data and time
zone. Default is |
1 2 3 | today_sec <- timeconverter()
today <- timeconverter(today_sec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.