Description Usage Arguments Author(s) Examples
Filter publications based on selection criteria
1 2 3 4 5 | use_filter(selection, filter_type = c("menu", "keywords", "from_date",
"to_date"))
govuk_use_filter(selection, filter_type = c("menu", "keywords", "from_date",
"to_date"))
|
selection |
Must be either a value that defines option from a drop-down menu (retrieved with get_filters) or a text to be inserted in search bar (keyword or date ranges) |
filter_type |
Type of filter to which the selection is applied (drop-down menu by default) |
Tom Paskhalis
1 2 3 4 5 | ## Not run:
use_filter("close-consultations")
use_filter("01/01/2018", filter_type = "from_date")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.