validate_sorted_timeDF {timeDF}R Documentation

Checks whether the object is a valid sorted timeDF object

Description

Checks whether the object is a timeDF object sorted by its time information.

Usage

validate_sorted_timeDF(timeDF, noerror=FALSE)

Arguments

timeDF

timeDF object

noerror

boolean value determins whether the function raises an error or returns FALSE when the object is not a valid sorted timeDF object.

Details

validate_sorted_timeDF function checks whether the object is a timeDF object sorted by its time information. If noerror is FALSE and the object is not a valid sorted timeDF object, this function raises an error. If noerror is TRUE, this function returns FALSE when the object is not a valid sorted timeDF object.

Value

boolean

See Also

timeDF-class

Examples


validate_sorted_timeDF(timeDF)

[Package timeDF version 0.9.1 Index]