R/get_api_key.R

Defines functions get_api_key

Documented in get_api_key

#' Get API Key
#'
#' Retrieves the API key for MyOwnRobs from the internal state environment.
#'
#' @keywords internal
#'
get_api_key <- function() {
  get("api_key", envir = .state) # Retrieve the 'api_key' from the '.state' environment.
}

Try the myownrobs package in your browser

Any scripts or data that you put into this service are public.

myownrobs documentation built on Nov. 5, 2025, 5:52 p.m.