R/get_pureseqtm_url.R

Defines functions get_pureseqtm_url

Documented in get_pureseqtm_url

#' Get the URL of the PureseqTM source code
#' @return a URL as a character vector of one element
#' @examples
#' get_pureseqtm_url()
#' @author Richèl J.C. Bilderbeek
#' @export
get_pureseqtm_url <- function() {
  "https://github.com/PureseqTM/PureseqTM_Package"
}

Try the pureseqtmr package in your browser

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

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.