Learn R Programming

ProfessR (version 2.3)

seequestions: See Questions Sequentially

Description

Print questions to the screen

Usage

seequestions(QB)

Arguments

QB

Value

Details

Prints just the questions to the screen.

See Also

seebank

Examples

Run this code

## Not run: 
# LF = list.files(path="/home/lees/Class/GEOL_105/TESTBANK/EXAM_1", pattern="txt", full.names=TRUE )
# 
# kbank = vector(mode='list')
# ######   read in the question banks, each in one file
# for(i in 1:length(LF))
#   {
#     h = Get.testbank(LF[i])
#     kbank[[i]] = Get.testbank(LF[i])
# 
#   }
# names(kbank) = LF
# 
# cbind( seequestions(kbank[[1]]) )
# 
# 
# 
# ## End(Not run)






Run the code above in your browser using DataLab