timeBased: Check if Class is Time-Based

is.timeBasedR Documentation

Check if Class is Time-Based

Description

Used to verify that the object is one of the known time-based classes in R. Current time-based objects supported are Date, POSIXct, chron, yearmon, yearqtr, and timeDate.

Usage

is.timeBased(x)

timeBased(x)

Arguments

x

Object to test.

Value

A logical scalar.

Author(s)

Jeffrey A. Ryan

Examples


timeBased(Sys.time())
timeBased(Sys.Date())

timeBased(200701)


xts documentation built on June 22, 2024, 9:56 a.m.