Learn R Programming

hmstimer (version 0.3.0)

tmr_is_titled: Is hms Timer Title

Description

Tests if a hms_timer() has a title (as indicated by the presence of an attribute named start).

Usage

tmr_is_titled(x)

Value

A flag (TRUE or FALSE).

Arguments

x

A hms_timer().

Examples

Run this code
tmr_is_titled(tmr_timer())
tmr_is_titled(tmr_timer(title = "my timer"))

Run the code above in your browser using DataLab