R/get_plink_folder.R

Defines functions get_plink_folder

Documented in get_plink_folder

#' Get the path to the default \code{PLINK} folder as used by \link{plinkr}
#'
#' Get the path to the default \code{PLINK} folder as used by \link{plinkr}.
#' This is the folder where all \code{PLINK} versions are installed.
#'
#' Use \link{get_plinkr_folder} to get the folder where \link{plinkr}
#' stores its temporary files
#' @return path to the default \code{PLINK} folder as used by \link{plinkr}
#' @author Richèl J.C. Bilderbeek
#' @export
get_plink_folder <- function() {
  rappdirs::user_data_dir(appname = "plinkr")
}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.