R/get_rapidpro_key.R

Defines functions get_rapidpro_key

Documented in get_rapidpro_key

#' Get the key (token) from the environment
#' 
#' @description Call the key (token) from the environment. The key is set in the function `set_rapidpro_key`. 
#'
#' @return returns a string containing the key (Token) set in the environment for the rapidPro data.
#' @export
get_rapidpro_key <- function() {
  get("rapidpro_key", envir = pkg_env)
}
lilyclements/Rapidreadr documentation built on April 17, 2025, 6:10 p.m.