get_plink_zip_path: Get the path to the default 'PLINK' executable as used by...

View source: R/get_plink_zip_path.R

get_plink_zip_pathR Documentation

Description

Get the path to the default PLINK executable as used by plinkr. Will give an error for a custom PLINK version, as set up by create_custom_plink_options, as a custom install requires no zip file

Usage

get_plink_zip_path(plink_options = create_plink_options())

Arguments

plink_options

options to run PLINK, as created by create_plink_options

Value

path to the default PLINK executable as used by plinkr

Author(s)

Richèl J.C. Bilderbeek

Examples

get_plink_zip_path(create_plink_v1_7_options())
get_plink_zip_path(create_plink_v1_9_options())

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