TDIResult | R Documentation |
Generic base class for TDI result(s) sub-classes (e.g. TDIInstrument).
The TDI result(s) base class provides generic methods for results. Validation methods allow for a quick check of API implementation classes. These are recommended to be included in the tests for each API. The validation check assumes that properties with NA are optional.
TDI::baseTDI
-> TDIResult
fields()
Return the properties of the object as a list.
TDIResult$fields(prop = NULL)
prop
Optional property in recursive call.
List of object properties.
validate()
Validate the properties of the object. It is assumed that all NA properties are optional.
TDIResult$validate(prop)
prop
Optional property in recursive call.
Vector with validation result.
isValid()
Check if the object properties are valid. A simple validation to check API implementation.
TDIResult$isValid()
Boolean as validation result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.