check_plink_optionses: Check if the multiple sets of options to run PLINK are valid.

View source: R/check_plink_optionses.R

check_plink_optionsesR Documentation

Description

Check if the multiple sets of options to run PLINK are valid. Will stop if not.

Usage

check_plink_optionses(plink_optionses)

Arguments

plink_optionses

a list of one or more options to run PLINK, as created by create_plink_optionses. The reduplicated plural was used to express this is a list of plink_options, instead of one set of plink_options

Details

Note that this function does not check if PLINK is actually present in that folder, similar to normalizePath with mustWork set to FALSE

Value

the PLINK options, as can be checked by check_plink_options

Author(s)

Richèl J.C. Bilderbeek

Examples

check_plink_optionses(create_plink_optionses())

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