View source: R/get_gcae_example_filename.R
get_gcae_example_filename | R Documentation |
Get the path to a gcaer file
get_gcae_example_filename(
example_filename,
gcae_options = create_gcae_options()
)
example_filename |
name of the example file |
gcae_options |
options to run GCAE, as created by create_gcae_options |
the path to a gcaer file, if it exists. Will stop if the file does not exist
Richèl J.C. Bilderbeek
if (plinkr::is_on_ci()) {
if (has_cloned_gcae_repo()) { # is_gcae_installed is too slow
get_gcae_example_filename("HumanOrigins249_tiny.fam")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.