is_plink_text_filenames: Determine if the 'plink_text_files' is indeed a set of...

View source: R/is_plink_text_filenames.R

is_plink_text_filenamesR Documentation

Description

Determine if the plink_text_files is indeed a set of PLINK text files' names.

Usage

is_plink_text_filenames(plink_text_filenames, verbose = FALSE)

Arguments

plink_text_filenames

the text data files' names for PLINK to work on, as created by create_plink_text_filenames.

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

TRUE if the plink_text_files is indeed a set of PLINK text files' names

Note

the singular verb is is used to indicate it is one data structure.

Author(s)

Richèl J.C. Bilderbeek

See Also

plinkr has multiple functions to test if a set of files is valid:

  • PLINK text files: use is_plink_text_filenames

  • PLINK binary files: use is_plink_bin_filenames

  • PLINK2 binary files: use is_plink2_bin_filenames

Examples

is_plink_text_filenames(create_test_plink_text_filenames())

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