restore fulltext as html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | html(object, ...)
## S4 method for signature 'character'
html(object)
## S4 method for signature 'partition'
html(object, meta = getOption("polmineR.meta"),
highlight = list(), cqp = FALSE, tooltips = NULL, cpos = FALSE,
verbose = FALSE, cutoff = NULL, ...)
## S4 method for signature 'partitionBundle'
html(object, filename = c(), type = "debate")
## S4 method for signature 'kwic'
html(object, i, type = NULL, verbose = FALSE)
|
object |
the object |
... |
further parameters |
meta |
metadata for output |
highlight |
list with regex to be highlighted |
cqp |
logical |
tooltips |
tooltips for highlighted text |
cpos |
logical |
verbose |
logical |
cutoff |
maximum number of tokens to decode from token stream |
filename |
the filename |
type |
the partition type |
i |
to be checked |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.