DUMPbank {ProfessR} | R Documentation |
Save an ASCII version of a selected Question Bank
DUMPbank(ofile, QB, sep = "\n", append=TRUE)
ofile |
character, output file |
QB |
QuestinBank Structure |
sep |
seperator between questions |
append |
logical, if FALSE a new file is created |
Side effects
Jonathan M. Lees<jonathan.lees@unc.edu>
Get.testbank
data(QBANK1) DUMPbank("my.questions", QBANK1, sep = "\n") QB1=Get.testbank("my.questions")