is.daytime: Test if an object belongs to 'daytime' class

is.daytimeR Documentation

Test if an object belongs to daytime class

Description

Test if an object belongs to daytime class

Usage

is.daytime(x, ...)

Arguments

x

object to test

...

arguments passed to range_test

Examples

x <- as_daytime(Sys.time(), FALSE)
is.daytime(x)

paulhibbing/daytime documentation built on July 13, 2022, 6:32 p.m.