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
if (FALSE) { fq_str <- pick_filter("resource") #"data_resource_uid:dr5" x <- occurrences(taxon="genus:Accipiter", download_reason_id=10, fq=fq_str) }