View source: R/utility_functions.R
cut_bound | R Documentation |
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)
t |
is a character vector of elements, e.g. "(20,60]" |
factor |
logical; TRUE returns informative character string, FALSE numeric (left value) |
type = 'factor': "[50,52)" -> "50-51" OR "[50,51)" -> "50"
type = 'numeric': lowest bound in numeric.
If factor = TRUE
, returns a character vector; else returns a numeric
vector.
Matti Rantanen
cut_bound("[1900, 1910)") ## "1900-1909"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.