gen.list: Generate a list of values, with length bounded by the size...

View source: R/gen.R

gen.listR Documentation

Generate a list of values, with length bounded by the size parameter.

Description

Generate a list of values, with length bounded by the size parameter.

Usage

gen.list(generator, from = 1, to = NULL, of = NULL)

Arguments

generator

a generator used for list elements

from

minimum length of the list of elements

to

maximum length of the list of elements ( defaults to size if NULL )

of

the exact length of the list of elements (exclusive to 'from' and 'to').


hedgehog documentation built on Nov. 6, 2025, 1:11 a.m.