Skip to contents

Show an example output of a generator

Usage

show_example(generator)

Arguments

generator

A quickcheck_generator object.

Value

An example output produced by the generator.

Examples

logical_() %>% show_example()
#> [1] FALSE  TRUE  TRUE FALSE FALSE  TRUE  TRUE FALSE