Description Usage Arguments Value Examples
Performs a calculation based off of input
1 | complicated(df, func = "mean")
|
df |
is a tibble |
x |
is a numeric column within df |
a tibble with calculated field
1 2 3 4 5 6 7 8 | my_tib = tibble::tibble(x = c(1,10,39))
complicated(a)
# A tibble: 3 x 2
x mean_x
<dbl> <dbl>
1 16.7
10 16.7
39 16.7
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.