get_gcae_example_filenames: Get the paths to all 'GCAE' example files

View source: R/get_gcae_example_filenames.R

get_gcae_example_filenamesR Documentation

Get the paths to all GCAE example files

Description

Get the paths to all GCAE example files

Usage

get_gcae_example_filenames(gcae_options = create_gcae_options())

Arguments

gcae_options

options to run GCAE, as created by create_gcae_options

Value

the path to all GCAE files

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_filenames()
  }
}

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