View source: R/get_plink_example_filenames.R
get_plink_example_filenames | R Documentation |
Get the full paths to all PLINK example files
get_plink_example_filenames(plink_options = create_plink_options())
plink_options |
options to run PLINK, as created by create_plink_options |
the full paths to all PLINK example files
Richèl J.C. Bilderbeek
if (is_plink_installed()) {
# Default version
get_plink_example_filenames()
# v1.7
get_plink_example_filenames(create_plink_v1_7_options())
# v1.9
get_plink_example_filenames(create_plink_v1_9_options())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.