R/get_default_tmhmm_bin_path.R

Defines functions get_default_tmhmm_bin_path

Documented in get_default_tmhmm_bin_path

#' Get the default path to the TMHMM binary
#' @return the default path to the TMHMM binary
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_tmhmm_bin_path <- function() {
  file.path(rappdirs::user_data_dir(), "tmhmm-2.0c", "bin", "tmhmm")
}

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.