get_gcae_example_filename: Get the path to a gcaer file

View source: R/get_gcae_example_filename.R

get_gcae_example_filenameR Documentation

Get the path to a gcaer file

Description

Get the path to a gcaer file

Usage

get_gcae_example_filename(
  example_filename,
  gcae_options = create_gcae_options()
)

Arguments

example_filename

name of the example file

gcae_options

options to run GCAE, as created by create_gcae_options

Value

the path to a gcaer file, if it exists. Will stop if the file does not exist

Author(s)

Richèl J.C. Bilderbeek

Examples

if (plinkr::is_on_ci()) {

  if (has_cloned_gcae_repo()) { # is_gcae_installed is too slow
    get_gcae_example_filename("HumanOrigins249_tiny.fam")
  }
}

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.