View source: R/is_plink_text_filenames.R
is_plink_text_filenames | R Documentation |
plink_text_files
is indeed a set of PLINK
text files' namesDetermine if the plink_text_files
is indeed a set of PLINK
text files' names.
is_plink_text_filenames(plink_text_filenames, verbose = FALSE)
plink_text_filenames |
the text data files' names for |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the plink_text_files
is indeed a set of PLINK
text files' names
the singular verb is
is used to indicate it is one data structure.
Richèl J.C. Bilderbeek
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
is_plink_text_filenames(create_test_plink_text_filenames())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.