powered by
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)
A URL as a string
A completed query returned from get_records
get_records
library(ArctosR) if (interactive()) { q <- get_records(guid_prefix="MSB:Mamm") url <- get_request_url(q) }
Run the code above in your browser using DataLab