View source: R/is_sample_selector.R
is_sample_selector | R Documentation |
Determine if this is a sample selector
is_sample_selector(sample_selector, verbose = FALSE)
sample_selector |
a sample/individual selector, a way to select one or more samples/individuals. See create_samples_selector for all sample selectors. |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if this is a sample selector
Richèl J.C. Bilderbeek
use is_snp_selector to determine if a selector is a SNP selector
is_sample_selector(create_test_random_samples_selector())
is_sample_selector(create_test_single_sample_selector())
is_sample_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.