Learn R Programming

ProfessR (version 2.3)

printSCANTRON: Print Scantron

Description

Print results from scantron center

Usage

printSCANTRON(B1)

Arguments

B1
list, output of readSCANTRON: must have elements studans, Nams, ids

Value

See Also

readSCANTRON

Examples

Run this code
## Not run: 
# 
# datadir =  "./DATA"
# rawfn1 = paste(datadir,'t6200a.raw.csv', sep="/")
# 
# B1 = readSCANTRON(rawfn1)
# printSCANTRON(B1)
# 
# ## End(Not run)



Run the code above in your browser using DataLab