constant: Generate the same value every time

View source: R/constant.R

constantR Documentation

Generate the same value every time

Description

Generate the same value every time

Usage

constant(a)

Arguments

a

Any R object

Value

A quickcheck_generator object.

Examples

constant(NULL) %>% show_example()

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