fulltext: R-Package 'fulltext'.

Description Usage Arguments Author(s)

View source: R/fulltext.R

Description

Leightweight fulltext display htmlwidget and corresponding functionality.

Usage

1
2
fulltext(data, width = NULL, height = NULL, dialog = NULL,
  box = TRUE)

Arguments

data

The data that is passed to the JavaScript that generates the output. Expected to be a list of lists that provide data on sections of text. Each of the sub-lists is to be a named list of a character vector with the HTML element the section will be wrapped into, and a data.frame (or a list) with a column "token", and a column "id".

width

The width of the widget.

height

The height of the widget.

dialog

The dialog.

box

Logical, whether to put text into a box.

Author(s)

Andreas Blaette


PolMine/fulltext documentation built on Oct. 15, 2020, 8:18 p.m.