check_fam_filename: Checks that the 'fam_filename' is valid

View source: R/check_fam_filename.R

check_fam_filenameR Documentation

Checks that the fam_filename is valid

Description

Checks that the fam_filename is valid. Calls stop if not

Usage

check_fam_filename(fam_filename)

Arguments

fam_filename

name of a PLINK .fam file Use read_plink_fam_file to read a PLINK .fam file.

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

check_fam_filename("a.fam")
check_fam_filename("/folder/a.fam")
check_fam_filename("~/a.fam")

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