Learn R Programming

ProfessR (version 2.4-3)

SEARCHbank: Search Question Bank for Keyword

Description

Search a question bank for key words.

Usage

SEARCHbank(gw, y = "humidity")

Value

Side effects - dumps to the screen. returns a vector of questions that match.

Arguments

gw

Question Bank

y

key word

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Dumps to the screen the questions that match the key.

See Also

seebank,Get.testbank,SELbank,COMPbank

Examples

Run this code

if (FALSE) {
####  seebank program is interactive -
data(QBANK1)
SEARCHbank(QBANK1, "humidity" )
}



Run the code above in your browser using DataLab