View source: R/is_single_sample_selector.R
is_single_sample_selector | R Documentation |
Determine if this is a single sample selector
is_single_sample_selector(single_sample_selector, verbose = FALSE)
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. |
TRUE if this is a single sample selector
Richèl J.C. Bilderbeek
is_single_sample_selector(create_test_single_sample_selector())
is_single_sample_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.