getConditions: Extract the conditions of an object

Description Usage Arguments Value

View source: R/classes.R

Description

Extract the conditions of an object

Usage

1
2
3
4
5
6
7
getConditions(x, ...)

## S3 method for class 'list'
getConditions(x, ...)

## S3 method for class 'fn'
getConditions(x, ...)

Arguments

x

object from which the conditions should be extracted

...

additional arguments (not used right now)

Value

The conditions in a format that depends on the class of x.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.