Learn R Programming

polmineR (version 0.7.4)

html: restore fulltext as html

Description

restore fulltext as html

Usage

html(object, ...)

# S4 method for character html(object)

# S4 method for partition html(object, meta = getOption("polmineR.meta"), highlight = list(), cqp = FALSE, tooltips = NULL, cpos = FALSE, verbose = FALSE, cutoff = NULL, ...)

# S4 method for partitionBundle html(object, filename = c(), type = "debate")

# S4 method for kwic html(object, i, type = NULL, verbose = FALSE)

Arguments

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