get_last_response_url | R Documentation |
Returns the last URL used by a request in a query object
get_last_response_url(query)
query |
A query object to return the URL for |
The URL of the last performed request in a query object
library(ArctosR)
if (interactive()) {
query <- get_records(
scientific_name = "Canis lupus", guid_prefix = "MSB:Mamm",
columns = list("guid", "parts", "partdetail")
)
get_last_response_url(query)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.