R/set_biblesearch_key.R

#' Set API Key
#'
#' @param key
#'
#' @return
#' @export
#'
#' @examples
#' set_biblesearch_key("fdsdffdssd4324213234")
set_biblesearch_key <- function(key) {
  Sys.setenv(BIBLESEARCH_API_TOKEN = key)
}
daranzolin/rbiblesearch documentation built on May 30, 2019, 4:33 p.m.