SEARCHbank {ProfessR} | R Documentation |
Search Question Bank for Keyword
Description
Search a question bank for key words.
Usage
SEARCHbank(gw, y = "humidity")
Arguments
gw |
Question Bank |
y |
key word |
Details
Dumps to the screen the questions that match the key.
Value
Side effects - dumps to the screen. returns a vector of questions that match.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
seebank,Get.testbank,SELbank,COMPbank
Examples
## Not run:
#### seebank program is interactive -
data(QBANK1)
SEARCHbank(QBANK1, "humidity" )
## End(Not run)
[Package ProfessR version 2.4-3 Index]