Initialize a template repository from GitHub Templates
init_template.Rd
Initialize a template repository from GitHub Templates
Usage
init_template(template_name, path = getwd(), confirm = TRUE)
Examples
init_template("shiny",getwd())
#> You current working directory will be:
#> /home/runner/work/peacock/peacock/docs/referenceDo you wish to create a project template here? (y/yes to confirm):
#> Project initialization canceled.