bcdc_search_facets | R Documentation |
bcdc_search()
)Get the valid values for a facet (that you can use in bcdc_search()
)
bcdc_search_facets(
facet = c("license_id", "download_audience", "res_format", "publish_state",
"organization", "groups")
)
facet |
the facet(s) for which to retrieve valid values. Can be one or
more of:
|
A data frame of values for the selected facet
try(
bcdc_search_facets("download_audience")
)
try(
bcdc_search_facets("res_format")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.