Learn R Programming

polmineR (version 0.7.9)

get_template: Get and set templates.

Description

Templates are used to format the markdown/html output of partitions. Upon loading the polmineR package, templates for corpora are loaded into the option 'polmineR.templates'.

Usage

get_template(.Object, ...)

# S4 method for character get_template(.Object)

# S4 method for partition get_template(.Object)

# S4 method for missing get_template(.Object)

set_template(.Object, ...)

# S4 method for character set_template(.Object)

# S4 method for missing set_template(.Object, verbose = FALSE)

Arguments

.Object

object

...

further parameters

verbose

logical, whether to be verbose