create_proj {shinyMixR} | R 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)
[Package shinyMixR version 0.5.1 Index]