VWriter: VWriter

Description Usage Arguments Format Details Author(s) See Also

Description

VWriter Visitor class responsible for writing content to files of various formats. Current formats include .csv, .Rdata, and .txt files

Usage

1

Arguments

file

Object of the File family of classes

Format

An object of class R6ClassGenerator of length 24.

Details

VWriter Class Overview: The VWriter class is an implementation of the visitor design pattern, as described in the book "Design Patterns: Elements of Reusable Object-Oriented Software" by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides (hence Gang of Four). This visitor pattern allows new operations to be defined without changing the classes upon which the visitor method operates.

VWriter Methods: The VWriter class supports csv, Rdata, and text files through the following methods:

Author(s)

John James, jjames@DataScienceSalon.org

See Also

Other Read/Write Classes: Reader, VReader, Writer


j2scode/NLPStudio documentation built on May 7, 2019, 8:58 p.m.