catDocument: Output with listed documents

Description Usage Arguments Examples

View source: R/additionalFunctions.R

Description

Behaves like cat, but it first automatically unlists the exam to print the document.

Since the document is kept as a tree of lists, it simply abstract the idea of outputting the document. with one document.

Usage

1
catDocument(FullDocument, sep = "\n", ...)

Arguments

FullDocument

Document as structure by StructureDocument

sep

The separation character(s) between each line.

...

all extra arguments get passed along to the command "cat"

Examples

1

TexExamRandomizer documentation built on May 2, 2019, 3:18 a.m.