View source: R/validateRDBESEstObject.R
validateRDBESEstObject | R Documentation |
Check whether an object is a valid RDBESEstObject
validateRDBESEstObject(objectToCheck, verbose = FALSE)
objectToCheck |
The object to check |
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
Whoever revises this function please specify what it returns here
## Not run:
myH1RawObject <-
importRDBESDataCSV(rdbesExtractPath = "tests/testthat/h1_v_1_19")
myEStObj <- createRDBESEstObject(myH1RawObject,1)
validateRDBESEstObject(myEStObj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.