xts (version 0.12-0)

timeBased: Check if Class is Time-Based

Description

Used to verify that the object is one of the known time-based classes in R.

Usage

is.timeBased(x)
timeBased(x)

Arguments

x

object to test

Value

Logical

Details

Current time-based objects supported are Date, POSIXct, chron, yearmon, yearqtr, and timeDate.

Examples

Run this code
# NOT RUN {
timeBased(Sys.time())
timeBased(Sys.Date())

timeBased(200701)
# }

Run the code above in your browser using DataCamp Workspace