IOText: IOText

Description Usage Arguments Format Value Methods Author(s) See Also

Description

IOText Class responsible for reading and writing text files.

Usage

1
IOText$new()$read(path = path)

Arguments

path

Character string containing the relative file path

text

Character vector to be written to file

Format

An object of class R6ClassGenerator of length 24.

Value

Character string if read method is called. The write method returns TRUE if the write was sucessful, FALSE otherwise.

Methods

read(path)

Read method.

write(path, text)

Write method.

Author(s)

John James, jjames@DataScienceSalon.org

See Also

Other Input / Output Classes: IOBin, IOCSV, IORdata, IORds


DecisionScients/NLPStudio documentation built on May 15, 2019, 12:51 p.m.