new_issues: create a df with new issues in standard format

Description Usage

Description

all parameters except 'issue' are optional each paramter must be a vector, they all must have the same length length 'severity' must be one of the predefined levels

Usage

1
2
3
4
5
new_issues(issue = character(0),
  affected_files = character(length(issue)),
  affected_variables = character(length(issue)),
  severity = factor(length(issue), levels = c("minor", "problematic",
  "critical")), comment = character(length(issue)))

mabafaba/kobostandards documentation built on June 20, 2019, 11:38 p.m.