cut_to_numeric: converts interval values from the 'cut' function to scalars....

Description Usage Arguments Value

View source: R/utils.R

Description

converts interval values from the cut function to scalars. Works inside tidyverse's mutate function.

Usage

1
cut_to_numeric(id, .lower = TRUE)

Arguments

id

value or set of values

.lower

boolean to isolate the lower bound or upper bound. Default is TRUE - aka .lower bound.

Value

vector of scalar values for the bound


benjaminleroy/simulationBands documentation built on Dec. 19, 2021, 8:41 a.m.