list_ | R Documentation |
Generate lists with contents corresponding to the values generated by the input generators.
list_(...)
... |
A set of named or unnamed generators. |
A quickcheck_generator
object.
list_(integer_(), logical_()) %>% show_example()
list_(a = any_vector(), b = any_vector()) %>% show_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.