View source: R/check_plink_options.R
check_plink_options | R Documentation |
Check if the options to run PLINK are valid. Will stop if not.
check_plink_options(plink_options)
plink_options |
options to run PLINK, as created by create_plink_options |
Note that this function does not check if PLINK is actually present in
that folder, similar to normalizePath
with mustWork
set to FALSE
the PLINK options, as can be checked by check_plink_options
Richèl J.C. Bilderbeek
check_plink_options(create_plink_options())
check_plink_options(create_plink_v1_7_options())
check_plink_options(create_plink_v1_9_options())
check_plink_options(create_custom_plink_options("custom_plink_path"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.