Description Usage Arguments Value
Function to search data for selection
1 2 3 4 5 6 7 |
input |
Vector length one (single) or two (ranged) containing numeric values for selection. |
choices |
Vector on which input values are applied. |
options |
Vector on how the input and choices should be compared. It can contain: single = c("=", "<", ">") or ranged = c("inner", "outer"). |
min. |
Minimum value that can be selected on slider (defaults to min(choices)). |
max. |
Maximum value that can be selected on slider (defaults to max(choices)). |
Returns a logical vector with the length of choices, where every matched position is TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.