get_record_count | R Documentation |
Request from Arctos the total number of records that match a specific query.
A list of possible query keys can be obtained from the output of
get_query_parameters
.
get_record_count(..., api_key = NULL)
... |
Query parameters and their values to pass to Arctos to search. For example, 'scientific_name = "Canis lupus"“ |
api_key |
(character) The API key to use for this request.
The default, |
The number of records matching the given query, as an integer.
library(ArctosR)
if (interactive()) {
count <- get_record_count(
scientific_name = "Canis lupus", guid_prefix = "MSB:Mamm"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.