sys_time_now | R Documentation |
sys_time_now()
returns the current time in UTC.
sys_time_now()
The time is returned with a nanosecond precision, but the actual amount of data returned is OS dependent. Usually, information at at least the microsecond level is returned, with some platforms returning nanosecond information.
A sys-time of the current time in UTC.
x <- sys_time_now()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.