Description Usage Arguments Value Author(s) Examples
View source: R/is_pbd_params_selector.R
Determine if the supplied object in an PBD parameter selector,
as can be created by create_pbd_params_selector
1 |
x |
the object to be determined if it is an PBD parameters selector |
TRUE if x is an PBD parameters selector
Richel J.C. Bilderbeek
1 2 3 4 5 | s <- create_pbd_params_selector()
library(testthat)
expect_true(is_pbd_params_selector(s))
expect_false(is_pbd_params_selector("nonsense"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.