check_sample_ids_filename: Checks that the 'sample_ids_filename' is valid

View source: R/check_sample_ids_filename.R

check_sample_ids_filenameR Documentation

Checks that the sample_ids_filename is valid

Description

Checks that the sample_ids_filename is valid. Calls stop if not

Usage

check_sample_ids_filename(sample_ids_filename)

Arguments

sample_ids_filename

name of a file to store sample_ids (see check_sample_ids) to

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

check_sample_ids_filename("sample_ids.txt")
check_sample_ids_filename("/folder/sample_ids.txt")
check_sample_ids_filename("~/sample_ids.txt")

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