View source: R/universal_useful.R
filter_to | R Documentation |
Useful in concert with axis brushing
filter_to(filters, out_type = character(), .data)
filters |
|
out_type |
|
.data |
|
obj
of same class as out_type
f <- list(wt = c(1,5))
d <- data.frame(wt = 1:10)
filter_to(f)
filter_to(f, out_type = data.frame(), .data = d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.