View source: R/paste_difftime.R
paste_difftime | R Documentation |
paste_difftime()
creates a message for an elapsed time. Taken from print.difftime()
.
paste_difftime(
x,
time_msg = "Time difference of",
digits = getOption("digits")
)
x |
A timediff object. |
time_msg |
The message prefix. |
digits |
Number of digits option. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.