R/base.R

Defines functions get_base_url

Documented in get_base_url

#' Get Phylotastic base URL
#' return The URL for the phylotastic server
#' @export
get_base_url <- function() {
	stop("The server at NMSU is no longer available.")
 # return("https://phylo.cs.nmsu.edu/phylotastic_ws/")
}
phylotastic/rphylotastic documentation built on Aug. 22, 2023, 9:51 p.m.