check_plink_version: Check if the PLINK version is valid, will stop if not

View source: R/check_plink_version.R

check_plink_versionR Documentation

Description

Check if the PLINK version is valid, will stop if not

Usage

check_plink_version(plink_version)

Arguments

plink_version

version of PLINK, e.g. "1.7" Use get_plink_version to get the PLINK version. Use get_plink_versions to get all the supported PLINK versions.

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

check_plink_version("1.7")
check_plink_version("1.9")
check_plink_version("2.0")
check_plink_version("custom")

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.