Description Usage Arguments Value Examples
A function to extract names from applicant info using the sampling design output from incomplete.block.design(). This is an internal function and users will not directly interact with it.
1 | nameFinder(x, applNames)
|
x |
A single element in the design generated by 'assignReviewers()' |
applNames |
A vector of applicant names |
A vector of applicant assignments.
1 2 3 4 | ## Not run:
outNames = nameFinder(x, applNames)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.