qrepo: Quick Repository Template

Description Usage Arguments Value Examples

Description

Generate a basic repository template ready for GitHub.

Usage

1
2
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.

Examples

1
## qrepo("New")

trinker/reports documentation built on May 31, 2019, 9:51 p.m.