R/base.R

Defines functions get_base_url

Documented in get_base_url

#' Get Phylotastic base URL
#' return The URL for the phylotastic server
get_base_url <- function() {
  return("http://phylo.cs.nmsu.edu:5004/phylotastic_ws/")
}

Try the rphylotastic package in your browser

Any scripts or data that you put into this service are public.

rphylotastic documentation built on March 18, 2018, 1:46 p.m.