create_proj | R Documentation |
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.
create_proj(loc = ".", overwrite = FALSE)
loc |
character with the location where the project should be created |
overwrite |
logical indicating if files should be overwritten if already exists |
nothing will be returned by the function (only system commands are issued)
Richard Hooijmaijers
## Not run:
create_proj()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.