ReadItems: Read Item Statwmwnts from File

Description Usage Arguments Note Author(s) Examples

View source: R/Scale.R

Description

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

Usage

1
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

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

Scale documentation built on May 2, 2019, 1:27 p.m.

Related to ReadItems in Scale...