Learn R Programming

simulator (version 0.2.5)

create: 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

Run this code
if (FALSE) {
 create("./examples")
 }

Run the code above in your browser using DataLab