R/yourAPIKey.R

Defines functions yourAPIKey

Documented in yourAPIKey

#' API Key for BioOntology
#'
#' Enter your personal key to allow access via additional functions
#'
#' @param apikey Enter your API key
#' @details To get an API key, create an account on https://bioportal.bioontology.org/login
#' Go to 'Account Settings' via your username, there you will find the API Key
#'
#' @export

yourAPIKey <- function(apikey = "ENTER_API_KEY_HERE"){
  return(apikey)
}
KrishnaTO/OntologyTermAggregator documentation built on Dec. 31, 2020, 2:13 p.m.