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()
}

Try the pureseqtmr package in your browser

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

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.