powered by
Selects lowest values of each factor after cut() based on the assumption that the value starts from index 2 and end in comma ",".
cut_bound(t, factor = TRUE)
If `factor = TRUE`, returns a character vector; else returns a numeric vector.
is a character vector of elements, e.g. "(20,60]"
logical; TRUE returns informative character string, FALSE numeric (left value)
Matti Rantanen
type = 'factor': "[50,52)" -> "50-51" OR "[50,51)" -> "50"
type = 'numeric': lowest bound in numeric.
cut_bound("[1900, 1910)") ## "1900-1909"
Run the code above in your browser using DataLab