Description Usage Arguments Value Examples
View source: R/get_regenie_example_filename.R
Get the path to a REGENIE example file
1 2 3 4 | get_regenie_example_filename(
example_filename,
regenie_folder = get_regenie_folder()
)
|
example_filename |
name of the example file |
regenie_folder |
folder where REGENIE is installed |
the path to a REGENIE example file, if it exists. Will stop if the file does not exist
1 2 3 4 | if (is_regenie_installed()) {
get_regenie_example_filename("test.map")
get_regenie_example_filename("test.ped")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.