You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
642 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api-key.R
\name{qr_api_key}
\alias{qr_api_key}
\title{Get or set QRATOR_RADAR_API_KEY value}
\usage{
qr_api_key(force = FALSE)
}
\arguments{
\item{force}{force setting a new Qrator Radar API key for the current environment?}
}
\value{
atomic character vector containing the Qrator Radar API key
}
\description{
The API wrapper functions in this package all rely on a Qrator Radar API
key residing in the environment variable \code{QRATOR_RADAR_API_KEY}. The
easiest way to accomplish this is to set it in the \verb{\code{.Renviron}} file in your
home directory.
}