View source: R/util_parse_interval.R
util_parse_interval | R Documentation |
Utility function to parse intervals
util_parse_interval(int)
int |
an interval as string, e.g., "[0;Inf)" |
the parsed interval with elements inc_l
(Is the lower limit
included?), low
(the value of the lower limit), inc_u
(Is the upper
limit included?), upp
(the value of the upper limit)
Other parser_functions:
util_interpret_limits()
,
util_interpret_range()
,
util_parse_assignments()
,
util_parse_redcap_rule()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.