cut3_quantile | R Documentation |
cut3_quantile(tbl, var_name, .labels = NULL, .groups = NULL, .inf = TRUE, ...)
tbl |
data.frame: Database connection or data.frame |
var_name |
character: variable name |
.labels |
list: labels for the breaks |
.groups |
character: name of a groups variable |
.inf |
logical: indicates if the breaks need to be extended by -Inf and Inf |
... |
argument passed to quantile |
same as tbl
input with var_name
converted to factor by
quantiles
## Not run:
datos <- data.frame(edad = seq(1:100))
cut3_quantile(datos, "edad")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.