View source: R/automaticcategorizationwidget.R
AutomaticCategorizationWidget | R Documentation |
htmlwidget
Creates a htmlwidget
summary of information for a
automatic text categorization output from flipTextAnalysis.
AutomaticCategorizationWidget(
sizes,
base.size,
examples,
text.raw.by.categorization,
missing,
title,
footer
)
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. |
An htmlwidget
containing tables showing the output from an
automatic text categorization.
Box
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.