Evaluate numeric event ranges
evaluate_range_numeric(x = NULL, range = NULL)
x | extracted dataitem returned by [extract()] |
---|---|
range | character vector length 1 denoting the reference range to be used in overriding the default reference range. A string is used as the form "\[0, 5\]" and "(0, 5)" are used to denote inclusive and exclusive limits respectively. |