View source: R/dataset_filter.R
Create object for data set filter
1 2 3 4 5 6 7 8 9 10 |
dataset_name |
data set name to filter on |
variable |
name of variable from 'dataset_name' that we are filtering on |
filterType |
One of "categorical", "date", or "numeric" |
catValues |
If categorical is selected for |
minVal |
the minimum value to match if |
maxVal |
the maximum value to match if |
includeMissing |
Boolean. Should we include missing values? Defaults to |
onlyMissing |
Boolean. Should we only include subjects with missing values from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.