R/create.R
create.Rd
This function is the fastest way to get started. Creates the skeleton of a simulation.
create(dir = "./my_sims")
where to create the skeleton of a new set of simulations
if (FALSE) { create("./examples") }