Learn R Programming

TexExamRandomizer (version 1.2.7)

catDocument: Output with listed documents

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

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

Run this code
catDocument(TexExamRandomizer::testdoc)


Run the code above in your browser using DataLab