validate_timeDF: Checks whether the object is a valid timeDF object

View source: R/validate_timeDF.R

validate_timeDFR Documentation

Checks whether the object is a valid timeDF object

Description

Checks whether the object is a valid timeDF object.

Usage

validate_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 timeDF object.

Details

validate_timeDF function checks whether the object is a valid timeDF object. If noerror is FALSE and the object is not a valid timeDF object, this function raises an error. If noerror is TRUE, this function returns FALSE when the object is not a valid timeDF object.

Value

boolean

See Also

timeDF-class

Examples


validate_timeDF(timeDF)

timeDF documentation built on May 29, 2024, 5:12 a.m.