checkPI: Identifying missing persons

Description Usage Arguments Value Examples

View source: R/checkPI.R

Description

Identifying missing persons

Usage

1
checkPI(reviewersDF, applicantsDF)

Arguments

reviewersDF

A data.frame() containing reviewers

applicantsDF

A data.frame() containing applicants' faculty of interest, in columns "Faculty.Member.1" through "Faculty.Member.6"

Value

If all faculty reviewer names match applicants' listed faculty of interest, returns a message indicating that the names match and returns 'NULL'. Otherwise, prints a message indicating that some names are not present in the reviewer dataset and a vector of faculty names from the 'applicantsDF' that are not present in 'reviewersDF'.

Examples

1
2
3
4
## Not run: 
missingFaculty = checkPI(reviewersDF = reviewers, applicantsDF = applicants)

## End(Not run)

ggeDCAA/ggeAdmit documentation built on Jan. 18, 2022, 9:02 p.m.