Description Usage Arguments Value Examples
Identifying missing persons
1 | checkPI(reviewersDF, applicantsDF)
|
reviewersDF |
A data.frame() containing reviewers |
applicantsDF |
A data.frame() containing applicants' faculty of interest, in columns "Faculty.Member.1" through "Faculty.Member.6" |
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'.
1 2 3 4 | ## Not run:
missingFaculty = checkPI(reviewersDF = reviewers, applicantsDF = applicants)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.