Skip to contents

Initialize a project directory structure for tool review

Usage

tool_review_template(tool_name, tool_url, path = getwd(), confirm = TRUE, ...)

Arguments

tool_name

A vector of tool names

tool_url

A vector of corresponding tool URLs

path

Path to initial project directory

confirm

User confirmation enable for setup

...

Additional arguments (currently unused)

Value

Return project structure in specified directory

Examples

if (FALSE) { # \dontrun{
tool_review_template("abc","www.abc.com")
} # }