R/get_default_tmhmm_folder.R

Defines functions get_default_tmhmm_folder

Documented in get_default_tmhmm_folder

#' Get the path to the folder where this package installs
#' TMHMM by default
#' @return the path to the folder where this package installs
#'   TMHMM by default
#' @examples
#' get_default_tmhmm_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_tmhmm_folder <- function() {
  rappdirs::user_data_dir()
}

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.