tmr_title<- | R Documentation |
Sets the title of a hms_timer()
.
tmr_title(x) <- value
x |
A |
value |
A string of the title. |
A copy of the hms_timer()
with the new title.
tmr_title()
tmr <- tmr_timer(title = "A title")
tmr_print(tmr)
tmr_title(tmr) <- "A different title"
tmr_print(tmr)
tmr_title(tmr) <- NULL
tmr_print(tmr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.