initializeVizRepo: Initialize the GitHub repo for a new viz.

Description Usage Arguments Value

View source: R/initializeVizRepo.R

Description

run this command to create a GitHub repository with appropriate issues, description, and README.

Usage

1
2
3
4
initializeVizRepo(repo_name, description, org = "USGS-VIZLAB",
  issue_json = system.file("issuetemplates.json", package =
  packageName()), label_json = system.file("labeltemplates.json", package
  = packageName()))

Arguments

repo_name

string, name for the new repository

description

string, short description of the repository

org

string, GitHub organization to create repository. Defaults to "USGS-VIZLAB"

issue_json

file path indicating the JSON file to be used to define what issues to create

label_json

file path indicating the JSON file to be used to define what labels to create

Value

URL for the new GitHub repository.


USGS-VIZLAB/vizlab documentation built on July 10, 2019, 12:08 a.m.