util_parse_interval: Utility function to parse intervals

View source: R/util_parse_interval.R

util_parse_intervalR Documentation

Utility function to parse intervals

Description

Utility function to parse intervals

Usage

util_parse_interval(int)

Arguments

int

an interval as string, e.g., "[0;Inf)"

Value

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)


dataquieR documentation built on July 26, 2023, 6:10 p.m.