Learn R Programming

rddi (version 0.1.1)

ddi_range: 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(...)

Value

A ddi_node object.

Arguments

...

Child nodes or attributes.

Details

Parent nodes

range is contained in the following elements: valrng; invalrng; and cohort.

References

range documentation

Examples

Run this code
ddi_range(min = "1", maxExclusive = "20")

Run the code above in your browser using DataLab