Description Usage Arguments Examples
NA's filtered out and does not break ties the same as stats::quantile.
1 2 | replyr_quantilec(x, cname, probs = seq(0, 1, 0.25), ...,
tempNameGenerator = mk_tmp_name_source("replyr_quantilec"))
|
x |
tbl or item that can be coerced into such. |
cname |
column name to compute over (not 'n' or 'csum') |
probs |
numeric vector of probabilities with values in [0,1]. |
... |
force later arguments to bind by name. |
tempNameGenerator |
temp name generator produced by wrapr::mk_tmp_name_source, used to record dplyr::compute() effects. |
1 2 | d <- data.frame(xvals=rev(1:1000))
replyr_quantilec(d,'xvals')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.