defineProject | R Documentation |
Define the project directory for a workflow
defineProject( project_name, path = ".", renv = TRUE, docker = TRUE, github = FALSE, private = FALSE, github_actions = FALSE, force = FALSE )
project_name |
project name/title |
path |
target file path for project directory |
renv |
add infrastructure for reproducible R package environment management from the |
docker |
TRUE/FALSE. Create project infrastructure for building a docker container to compile the project. |
github |
TRUE/FALSE. Create a GitHub repository? |
private |
TRUE/FALSE. Should the GitHub repository be private? Evaluated only if argument |
github_actions |
TRUE/FALSE. Add Github actions infrastructure? Evaluated only if argument |
force |
force project creation if project directory already exists |
An S4 object of class Project
.
workflow_project <- defineProject('A metabolomics project') workflow_project
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.