simulate_rcrds {edibble}R Documentation

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.


[Package edibble version 1.1.0 Index]