ddi_range {rddi} | R Documentation |
range node
Description
This is the actual range of values. The "UNITS" attribute permits the specification of integer/real numbers. The "min" and "max" attributes specify the lowest and highest values that are part of the range. The "minExclusive" and "maxExclusive" attributes specify values that are immediately outside the range. This is an empty element consisting only of its attributes. More information on this element, especially its allowed attributes, can be found in the references.
Usage
ddi_range(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
range
is contained in the following elements: valrng
; invalrng
; and
cohort
.
Value
A ddi_node object.
References
Examples
ddi_range(min = "1", maxExclusive = "20")
[Package rddi version 0.1.1 Index]