show_example: Show an example output of a generator

View source: R/other.R

show_exampleR Documentation

Show an example output of a generator

Description

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

quickcheck documentation built on Oct. 12, 2023, 1:08 a.m.