Last data update: 2014.03.03

R: Read Item Statwmwnts from File
ReadItemsR Documentation

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.

Note

If you don't know what your encoding already is, try to convert it to UTF-8 with any text editor.

Author(s)

Nikolaos Giallousis, psierevn@gmail.com

Examples

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

Results