R/get_tmhmm_url.R

Defines functions get_tmhmm_url

Documented in get_tmhmm_url

#' Get an URL to download TMHMM from.
#' These URLs expire.
#' @author Richèl J.C. Bilderbeek
#' @examples
#' get_tmhmm_url()
#' @export
get_tmhmm_url <- function() {
  "https://services.healthtech.dtu.dk/download/98a1be17-577e-4cb0-8f65-f787a4591064" # nolint indeed a long URL
}

Try the tmhmm package in your browser

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

tmhmm documentation built on Nov. 18, 2020, 9:07 a.m.