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.