R/title.R
tmr_title.Rd
Returns a flag (character vector) of the title.
tmr_title(x)
A hms_timer().
hms_timer()
A flag of the title.
tmr_title<-()
tmr_title(tmr_timer()) #> [1] "" tmr_title(tmr_timer(title = "")) #> [1] "" tmr_title(tmr_timer(title = "A Title")) #> [1] "A Title"