Learn R Programming

jmetrik (version 1.1)

jmetrikRead: Reads a *.jmetrik file into a data frame.

Description

A *.jmetrik file can be created with jmetrikWrite or by the 'jMetrik' program. See http://www.ItemAnalysis.com.

Usage

jmetrikRead(fileName, maxScan = 500)

Arguments

fileName

The complete path and file name of the *.jmetrik file that is being read.

maxScan

The maximum number of rows to scan. This number should be at least the number of variables int eh data file.

Value

a data frame

Examples

Run this code
# NOT RUN {
x<-jmetrikRead(fileName=system.file("extdata", "exam1iparam.jmetrik", package = "jmetrik"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab