| get_request_url | R Documentation |
Returns the first URL used by a completed query which can be shared. The API key is automatically stripped from the URL for security.
get_request_url(query)
query |
A completed query returned from |
A URL as a string
library(ArctosR)
if (interactive()) {
q <- get_records(guid_prefix="MSB:Mamm")
url <- get_request_url(q)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.