Learn R Programming

edibble (version 1.1.0)

simulate_rcrds: Simulate records

Description

Simulate records

Usage

simulate_rcrds(.data, ..., .seed = NULL)

Arguments

.data

An edibble data

...

A name-value pair where the name should correspond to the names used in the simulate_process(). The value should be returned from calling with_params().

.seed

An optional seed value.