time_output | R Documentation |
Given a time, prints the time elapsed from that time until now.
time_output(start, msg = "")
start |
A time variable of class |
msg |
A string with a message to print out after the elapsed time. |
Prints to console, the time from which process
started start
- ended, and > time elapsed from
start
until now.
start <- Sys.time()
flowGraph:::time_output(start,'start - now > time elapsed')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.