Learn R Programming

polmineR (version 0.8.8)

get_template: Get template for reconstructing full text.

Description

Templates are used to format the markdown/html output of partitions.

Usage

get_template(.Object, ...)

# S4 method for character get_template(.Object, warn = FALSE)

# S4 method for corpus get_template(.Object, warn = FALSE)

# S4 method for subcorpus get_template(.Object, warn = FALSE)

Arguments

.Object

A corpus, subcorpus or partition object, or a length-one character vector with a corpus ID.

...

Further arguments to be defined.

warn

A logical value, whether to issue a warning if template is not available. Defaults to FALSE.