| cb_domain_from_stats | R Documentation |
Derives a domain (set of valid values) from previously computed filter statistics. Custom filter types should implement an S7 method for this generic. The default method returns 'NULL' (no domain).
cb_domain_from_stats(filter, ...)
filter |
S7 filter object. |
... |
Additional arguments. Methods receive 'stats', the list of stored statistics for the filter. |
Domain value appropriate for the filter type, or 'NULL'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.