get_query_parameters | R Documentation |
Request information about all valid query parameters for querying Arctos.
get_query_parameters()
Data frame listing valid query parameters and associated description and
category. The returned columns are: display
, obj_name
, category
,
subcategory
, description
. All entries in obj_name
are valid parameters
to pass to get_records
as keys.
library(ArctosR)
if (interactive()) {
q <- get_query_parameters()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.