R/get_plink1_versions.R

Defines functions get_plink1_versions

Documented in get_plink1_versions

#' Get the supported version of PLINK
#'
#' Get the supported version of PLINK as string.
#'
#' Use \link{create_plink_optionses} to obtain a list
#' of \code{plink_options}.
#' @examples
#' get_plink1_versions()
#' @author Richèl J.C. Bilderbeek
#' @export
get_plink1_versions <- function() {
  c("1.7", "1.9")
}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.