R/get_plink2_versions.R

Defines functions get_plink2_versions

Documented in get_plink2_versions

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