generate_interval: Function to generate an interval object
Description
Function to generate transform into an
interval
object from numeric (or character) vectors.
Usage
generate_interval(lower, upper)
Arguments
lower
a vector with the lower values of a variable
upper
a vector with the upper values of a variable
Value
a character vector with the lower and upper bound values.