tmr_is_titled {hmstimer}R Documentation

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)

Arguments

x

A hms_timer().

Value

A flag (TRUE or FALSE).

Examples

tmr_is_titled(tmr_timer())
tmr_is_titled(tmr_timer(title = "my timer"))

[Package hmstimer version 0.3.0 Index]