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
}
richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.