Description Usage Arguments Value Examples
Split a data frame on multiple conditions
1 | filter_split(.x, ...)
|
.x |
a table of data |
... |
conditions |
a list of data frames
1 | filter_split(iris, Species == "versicolor", Species == "setosa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.