| 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()