armadillo.create_project | R Documentation |
Create a project for a variable collection
armadillo.create_project(
project_name = NULL,
users = NULL,
overwrite_existing = "choose"
)
project_name |
The name of the project to create. The project name
|
users |
A list collection of the users that should have access to the project |
overwrite_existing |
Character, specifying action to take if project still exists: 'choose' (default) displays a menu giving the option to overwrite or not, 'yes' overwrites the existing project and 'no' exists the function with a message. |
## Not run:
armadillo.create_project("gecko")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.