get_plink_example_filenames: Get the full paths to all PLINK example files

View source: R/get_plink_example_filenames.R

get_plink_example_filenamesR Documentation

Description

Get the full paths to all PLINK example files

Usage

get_plink_example_filenames(plink_options = create_plink_options())

Arguments

plink_options

options to run PLINK, as created by create_plink_options

Value

the full paths to all PLINK example files

Author(s)

Richèl J.C. Bilderbeek

Examples

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

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.