check_phe_filename: Checks that the 'phe_filename' is valid

View source: R/check_phe_filename.R

check_phe_filenameR Documentation

Checks that the phe_filename is valid

Description

Checks that the phe_filename is valid. Calls stop if not

Usage

check_phe_filename(phe_filename)

Arguments

phe_filename

name of a phenotype (.phe) file, as checked by check_phe_filename. Use read_plink_phe_file to read a raw phenotype file.

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

check_phe_filename("a.phe")
check_phe_filename("/folder/a.phe")
check_phe_filename("~/a.phe")

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