printSCANTRON: Print Scantron

View source: R/printSCANTRON.R

printSCANTRONR Documentation

Print Scantron

Description

Print results from scantron center

Usage

printSCANTRON(B1)

Arguments

B1

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

Value

side effects

Note

Prints the matrix returned from the scantron center.

Author(s)

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

See Also

readSCANTRON

Examples

## Not run: 

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

B1 = readSCANTRON(rawfn1)
printSCANTRON(B1)


## End(Not run)




ProfessR documentation built on Aug. 21, 2023, 9:07 a.m.