any_flat_list | R Documentation |
Generate lists in which each element is an atomic scalar.
any_flat_list(len = c(1L, 10L), any_na = FALSE)
len |
Length of the generated vectors. If |
any_na |
Whether |
A quickcheck_generator
object.
any_flat_list() %>% show_example()
any_flat_list(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.