create {simulator} | R Documentation |
This function is the fastest way to get started. Creates the skeleton of a simulation.
create(dir = "./my_sims")
dir |
where to create the skeleton of a new set of simulations |
## Not run:
create("./examples")
## End(Not run)