Skip to contents

Initialize a template repository from GitHub Templates

Usage

init_template(template_name, path = getwd(), confirm = TRUE)

Arguments

template_name

Name of template. "shiny", "cgds"

path

Path where project template will be created.

confirm

Logical. If TRUE, prompts user for confirmation before creating template.

Value

Return project structure from selected github template at path specified.

Examples

if (FALSE) { # \dontrun{
init_template("shiny",getwd())
} # }