R/get_default_pureseqtm_folder.R

Defines functions get_default_pureseqtm_folder

Documented in get_default_pureseqtm_folder

#' Get the path to the folder where this package installs
#' PureseqTM by default
#' @return the path to the folder where this package installs
#'   PureseqTM by default
#' @examples
#' get_default_pureseqtm_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_pureseqtm_folder <- function() {
  rappdirs::user_data_dir()
}
richelbilderbeek/pureseqtmr documentation built on April 16, 2023, 1:19 p.m.