R/gnapi_url.R

Defines functions gnapi_url

Documented in gnapi_url

#' The URL for the GeneNetwork API
#'
#' The current URL for the GeneNetwork API
#'
#' @return The URL, as character string
#'
#' @examples
#' gnapi_url()
#'
#' @export
gnapi_url <- function()
{
    "https://genenetwork.org/api/v_pre1"
}
kbroman/GNapi documentation built on July 29, 2023, 10:10 a.m.