R/get_default_plink_version.R

Defines functions get_default_plink_version

Documented in get_default_plink_version

#' Get the default PLINK version as used by plinkr
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_plink_version <- function() {
  "1.9"
}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.