logical_ | R Documentation |
A generator for logical vectors.
logical_(len = c(1L, 10L), any_na = FALSE)
len |
Length of the generated vectors. If |
any_na |
Whether |
A quickcheck_generator
object.
logical_() %>% show_example()
logical_(len = 10L, any_na = TRUE) %>% show_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.