create_proj: Creates a new project

View source: R/create_proj.r

create_projR Documentation

Creates a new project

Description

Creates a new project which basically means that within the specified folder, the necessary folder structure will be created and some example models will be placed in it.

Usage

create_proj(loc = ".", overwrite = FALSE)

Arguments

loc

character with the location where the project should be created

overwrite

logical indicating if files should be overwritten if already exists

Value

nothing will be returned by the function (only system commands are issued)

Author(s)

Richard Hooijmaijers

Examples


## Not run: 
 create_proj()

## End(Not run)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.