Returns the first URL used by a completed query which can be shared. The API key is automatically stripped from the URL for security.
Examples
library(ArctosR)
if (interactive()) {
q <- get_records(guid_prefix="MSB:Mamm")
url <- get_request_url(q)
}