View source: R/exposure-APIs.R
get_exposure_functional_use_category | R Documentation |
Retrieve functional use categories
get_exposure_functional_use_category(
API_key = NULL,
Server = exposure_api_server,
verbose = FALSE
)
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
A data.frame of functional use categories.
# Pull functional use category data for BPA
functional_use_categories <- get_exposure_functional_use_category()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.