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)
Value
nothing will be returned by the function (only system commands are issued)
Arguments
loc
character with the location where the project should be created
overwrite
logical indicating if files should be overwritten if already exists