countIssues: Count the number of issues

Description Usage Arguments Value

View source: R/countIssues.R

Description

Allows the user to filter and group the JIRA metrics however they like, and then returns the number of issues for their query

Usage

1
2
3
4
5
6
7
countIssues(
  df,
  filt = list("Status"),
  filt_val = list(list("To Do", "In Progress", "Done")),
  group,
  piv = list(FALSE, "")
)

Arguments

df

data frame

filt

a list of column names to filter df with

filt_val

a list of corresponding values being filtered for each column in f

group

a list of column names

piv

optional pivot of the data frame (a list pair: (Boolean, column name (string)))

Value

data frame with counts for the query


DennisH3/jira-metrics documentation built on Dec. 17, 2021, 4:12 p.m.