is_single_sample_selector: Determine if this is a single sample selector

View source: R/is_single_sample_selector.R

is_single_sample_selectorR Documentation

Determine if this is a single sample selector

Description

Determine if this is a single sample selector

Usage

is_single_sample_selector(single_sample_selector, verbose = FALSE)

Arguments

single_sample_selector

a sample selector (see create_samples_selector for all sample selectors) that allows one to select a single sample, as created by create_single_sample_selector and checked by check_single_sample_selector

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 this is a single sample selector

Author(s)

Richèl J.C. Bilderbeek

Examples

is_single_sample_selector(create_test_single_sample_selector())

is_single_sample_selector("nonsense")

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