sys_time | R Documentation |
Sys.time()
drop in replacementMockable Sys.time()
drop in replacement
sys_time()
POSIXct
, matching what Sys.time()
returns
sys_date()
Sys.time() sys_time() clock_mock() library(timefuzz) x <- time_fuzz$new() x$freeze(Sys.time() + 500) sys_time() clock_mock(FALSE) sys_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.