Description Usage Arguments Examples
NA's filtered out and does not break ties the same as stats::quantile.
1 2 | replyr_quantile(x, cname, probs = seq(0, 1, 0.25), ...,
tempNameGenerator = mk_tmp_name_source("replyr_quantile"))
|
x |
tbl or item that can be coerced into such. |
cname |
column name to compute over |
probs |
numeric vector of probabilities with values in [0,1]. |
... |
force later arguments to be bound 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_quantile(d,'xvals')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.