tmr_is_titled: Is hms Timer Title

View source: R/is-titled.R

tmr_is_titledR 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"))

poissonconsulting/hmstimer documentation built on Nov. 20, 2024, 10:02 p.m.