View source: R/FormatDiffTime.R
FormatDiffTime | R Documentation |
Pretty printing of time difference in format HH:MM:SS
FormatDiffTime(x)
x |
|
string
startTime <- Sys.time()
endTime <- startTime + 100
FormatDiffTime(x = endTime - startTime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.