Skip to contents

Returns a flag (character vector) of the title.

Usage

tmr_title(x)

Arguments

x

A hms_timer().

Value

A flag of the title.

See also

Examples

tmr_title(tmr_timer())
#> [1] ""
tmr_title(tmr_timer(title = ""))
#> [1] ""
tmr_title(tmr_timer(title = "A Title"))
#> [1] "A Title"