random_objs: Generate a vector or list of random objects from a particular...

Description Usage Arguments

View source: R/generate.R

Description

Generate a vector or list of random objects from a particular set of possible choices.

Usage

1
random_objs(objects, amount, list_max_length = 50)

Arguments

objects

list. The list of objects to generate from.

amount

numeric. The amount of objects to generate.

list_max_length

numeric. What is the maximum size of a given vector or list?


peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.