Split a dataframe and execute a function on each splited group
1 | nested.dlply(df, by, fun, ...)
|
df |
a dataframe |
by |
variables to split data frame by |
fun |
function to be executed on each splited group |
... |
other arguments passed on to the function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.