get_plink_exe_name: Get the name of the PLINK executable

View source: R/get_plink_exe_name.R

get_plink_exe_nameR Documentation

Description

Get the name of the PLINK executable

Usage

get_plink_exe_name(plink_version = get_default_plink_version(), os = get_os())

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.

os

name of the operating system, as returned by app_dir

Value

path to the default PLINK executable as used by plinkr

Author(s)

Richèl J.C. Bilderbeek

Examples

get_plink_exe_name()
get_plink_exe_name(plink_version = "2.0")
get_plink_exe_name(os = "win")

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