AutomaticCategorizationWidget: Display automatic text categorization output as an...

View source: R/automaticcategorizationwidget.R

AutomaticCategorizationWidgetR Documentation

Display automatic text categorization output as an htmlwidget

Description

Creates a htmlwidget summary of information for a automatic text categorization output from flipTextAnalysis.

Usage

AutomaticCategorizationWidget(
  sizes,
  base.size,
  examples,
  text.raw.by.categorization,
  missing,
  title,
  footer
)

Arguments

sizes

The sizes of the categories.

base.size

The weighted sample size.

examples

Examples for each category.

text.raw.by.categorization

A list containing the raw text for each category.

missing

Logical vector indicating which cases are missing.

title

The title to show at the top.

footer

Footer to show containing sample information.

Value

An htmlwidget containing tables showing the output from an automatic text categorization.

See Also

Box


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.