Basically dplyr::filter with one condition
1 | filter_rows(.df, .cond)
|
.df |
a data frame |
.cond |
a logical statement about .df |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.