findDisapproval: Find periods of record that have been set back from approved

Description Usage Arguments Value

View source: R/corrections_grades_gaps.R

Description

Given a list of approval transactions (from getApprovalList()), return any periods that had been set to Approved (1200), but were later set to a lower status, whether Working (900) or In-Review (1100).

Usage

1
findDisapproval(approvalList)

Arguments

approvalList

a data frame of approval transactions from getApprovalList()

Value

a data frame detailing the start and end of any unapproved periods, along with the date they were unapproved, and the user who set the status.


PatrickEslick/CWQkitr documentation built on Dec. 12, 2019, 12:55 a.m.