Learn R Programming

ArctosR (version 0.1.3)

get_request_url: Get the first URL in a completed query

Description

Returns the first URL used by a completed query which can be shared. The API key is automatically stripped from the URL for security.

Usage

get_request_url(query)

Value

A URL as a string

Arguments

query

A completed query returned from get_records

Examples

Run this code
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