create {simulator} | R Documentation |
Create template for a new set of simulations
Description
This function is the fastest way to get started. Creates the skeleton of a simulation.
Usage
create(dir = "./my_sims")
Arguments
dir |
where to create the skeleton of a new set of simulations |
Examples
## Not run:
create("./examples")
## End(Not run)
[Package simulator version 0.2.5 Index]