R/is-titled.R
tmr_is_titled.Rd
Tests if a hms_timer() has a title (as indicated by the presence of an attribute named start).
hms_timer()
tmr_is_titled(x)
A hms_timer().
A flag (TRUE or FALSE).
tmr_is_titled(tmr_timer()) #> [1] FALSE tmr_is_titled(tmr_timer(title = "my timer")) #> [1] TRUE