getConditions {dMod} | R Documentation |
Extract the conditions of an object
getConditions(x, ...)
## S3 method for class 'list'
getConditions(x, ...)
## S3 method for class 'fn'
getConditions(x, ...)
x |
object from which the conditions should be extracted |
... |
additional arguments (not used right now) |
The conditions in a format that depends on the class of x
.