Learn R Programming

hmstimer (version 0.3.0)

tmr_title: Get Title hms Timer

Description

Returns a flag (character vector) of the title.

Usage

tmr_title(x)

Value

A flag of the title.

Arguments

x

A hms_timer().

See Also

tmr_title<-()

Examples

Run this code
tmr_title(tmr_timer())
tmr_title(tmr_timer(title = ""))
tmr_title(tmr_timer(title = "A Title"))

Run the code above in your browser using DataLab