templates: Manage templates.

Description Usage Arguments

Description

When the polmineR package is loaded, an environment .templates will be assigned to the global environment that will is used when preparing the html output for reading the text in a partition. The

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
getTemplate(x)

## S4 method for signature 'character'
getTemplate(x)

## S4 method for signature 'missing'
getTemplate()

setTemplate(x, ...)

## S4 method for signature 'character'
setTemplate(x, template)

## S4 method for signature 'missing'
setTemplate()

Arguments

x

either a "character" vector, if missing, the names of available templates will be returned

...

further parameters

template

template to assign (a list)


nrauscher/corpus documentation built on May 23, 2019, 9:34 p.m.