View source: R/validate_timeDF.R
validate_timeDF | R Documentation |
Checks whether the object is a valid timeDF object.
validate_timeDF(timeDF, noerror=FALSE)
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. |
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.
boolean
timeDF-class
validate_timeDF(timeDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.