View source: R/is_random_samples_selector.R
is_random_samples_selector | R Documentation |
Determine if this is a random sample selector
is_random_samples_selector(random_samples_selector, verbose = FALSE)
random_samples_selector |
a sample selector (see create_samples_selector) that allows one to select one or more random samples, as created by create_random_samples_selector and checked by check_random_samples_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 random sample selector
Richèl J.C. Bilderbeek
is_random_samples_selector(create_test_random_samples_selector())
is_random_samples_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.