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
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()
|
x |
either a "character" vector, if missing, the names of available templates will be returned |
... |
further parameters |
template |
template to assign (a list) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.