pick_filter | R Documentation |
Lists and lets the user interactively pick a filter from lists.
pick_filter(type = NULL)
type |
string: (optional) type of filter to create query string for. Options are |
a string ready to be places in the argument ‘fq’ in function occurrences
.
occurrences
for download reasons; sbdi_config
## Not run:
fq_str <- pick_filter("resource") #"data_resource_uid:dr5"
x <- occurrences(taxon="genus:Accipiter",
download_reason_id=10,
fq=fq_str)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.