Quick Repository Template

Usage

qrepo(repo = "repo", github.user = getOption("github.user"), path = getwd(), open = is.global(2), 
  github = FALSE)

Arguments

repo
A character vector naming the repo.
github.user
GitHub user name (character string).
path
The path to where the project should be created. Default is the current working directory.
open
logical. If TRUE the project will be opened in RStudio. The default is to test if qrepo is being used in the global environment, if it is then the project directory will be opened.
github
logical. If TRUE the repo will be sent to public GitHub account.

Value

Creates a repository template.

Description

Generate a basic repository template ready for GitHub.

Examples

## qrepo("New")