response_data | R Documentation |
Obtain the data frame with the records from a successful query.
response_data(query)
query |
The query object to extract the data frame from. |
A data frame with the information requested in the query.
library(ArctosR)
if (interactive()) {
# Request to download all available data
query <- get_records(
scientific_name = "Canis lupus", guid_prefix = "MSB:Mamm",
columns = list("guid", "parts", "partdetail")
)
# Grab the dataframe of records from the query
df <- response_data(query)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.