filterPanelServer | R Documentation |
Process and return output from user interaction with corresponding ui
filterPanelServer(id, dt, dtkey = "ID", filterconf)
id |
Character ID for specifying namespace, see |
dt |
A |
dtkey |
Name of unique key column in |
filterconf |
A list with names matching columns in |
Users are essentially filtering upon values in columns of dt
;
the applied combination gives output dtkey
entries,
the calculation of which is actually delegated to the function filter4j
.
Because it may not make sense to use all filters,
filterconf
allows specifying which combination of filters should be active.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.