addIssue: addIssue

Description Usage Arguments

View source: R/addIssue.R

Description

A simple way to keep track of issues you want to follow up. Add an issue, it will be added to a .csv which is accessible to non-R users. If no issue tracker for this project exists, one will be created.

Usage

1
addIssue(ID, user, category = NA, notes = NA, project = ".")

Arguments

ID

string: choose an ID that you will use to close the issue or make changes to it. Can be numeric if you wish, or text based. E.g. "00001" or "that damn bug".

user

string: who added this issue?

category

string: you can choose a category to file it under for later reference and analysis.

notes

string: it's often worthwile to add some notes to help you when you pick up the project again. This might be a brief run down of what the problem is, or it could be a helpful way to store and file useful links, tips etc.

project

string: which project to add the issue to?


stephdesilva/consultthat documentation built on May 30, 2019, 11:46 a.m.