create | R Documentation |
Create and Scaffold an Opportunities for Improvement Project
create(
name,
existing.project = TRUE,
open.readme = rlang::is_interactive(),
setup.database.access = TRUE,
verbose = TRUE
)
name |
Character. The name of your project. No default. |
existing.project |
Logical. If TRUE it will check if a
directory named |
setup.database.access |
Logical. If TRUE some additional steps are added to the create project process where the user is asked to setup database access. |
verbose |
Logical. If TRUE the function reports back when important steps have been completed. Defaults to TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.