readerClassSkel: Create a Gallery Reader Skeleton

Description Usage Arguments Value

Description

This function aids you in writing a Gallery Reader class.

Usage

1
2
readerClassSkel(extractClass, fillClass = NULL, wrapExtractVector = TRUE,
  wrapFillVector = NULL, writeFile = NULL)

Arguments

extractClass

- The name of the class, with namespace, that is extracted from Gallery

fillClass

- The name of the class to be filled, Usually same as extractClass (default NULL does this)

wrapExtractVector

- If TRUE, wrap the extract class in a vector

wrapFillVector

- if TRUE, wrap the fill class in a vector (default, NULL, is to copy wrapExtractVector)

writeFile

- Write the text to a file named writeFile

Value

[Invisibly] the text of the class


lyon-fnal/readGallery documentation built on May 21, 2019, 9:16 a.m.