Simulate a dataset from a validated recipe (list-only)
Source:R/recipe_sim_datagen.R
simulate_from_recipe.RdSimulate a dataset from a validated recipe (list-only)
Arguments
- recipe
A validated recipe list (use
validate_recipe()).- seed
Optional integer retained as recipe/provenance metadata; it does not set the random-number generator. Call
set.seed()before this function for reproducible simulation.