Learn R Programming

Scale (version 1.0.4)

ReadItems: Read Item Statwmwnts from File

Description

Reads in item statements from file. Actually a wrapper for readLines().

Usage

ReadItems(filename, enc)

Arguments

filename
character. Name of the file containing the items, separated by newlines.
enc
character. Character encoding of the file. Defaults to UTF-8.

Examples

Run this code
# not run
# my_items <- ReadItems("my_items.txt")

Run the code above in your browser using DataLab