Learn R Programming

ProfessR (version 2.4-1)

printSCANTRON: Print Scantron

Description

Print results from scantron center

Usage

printSCANTRON(B1)

Value

side effects

Arguments

B1

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

Author

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

See Also

readSCANTRON

Examples

Run this code
if (FALSE) {

datadir =  "./DATA"
rawfn1 = paste(datadir,'t6200a.raw.csv', sep="/")

B1 = readSCANTRON(rawfn1)
printSCANTRON(B1)

}



Run the code above in your browser using DataLab