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
Richard Hooijmaijers
Examples
if (FALSE) { # \dontrun{
create_proj()
} # }