view_filter | R Documentation |
View a randomly selected sample of observations after applying a filter
view_filter(data, ..., n = 200, by_group = TRUE)
data |
data.frame or tibble |
... |
arguments to pass to filter |
n |
number of |
by_group |
If TRUE, then view n randomly selected groups, if false then view n randomly selected rows |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.