Description Usage Arguments Value Note
uncovered
- Get logical vector of uncovered data from the original
text used to build the model.
get_uncovered
- Get text vector from the uncovered data of the original
text used to build the model.
1 2 3 | uncovered(x, ...)
get_uncovered(x, ...)
|
x |
A |
... |
ignored. |
uncovered
- Returns logical indeices of untagged/uncovered group variables.
get_uncovered
- Returns a vector of uncovered text from the
original data set used to train the model.
This is most useful when grouping.var = TRUE
and an id
variable
was created that corresponds to the text variable. This allows the user to
quickly grab the untagged text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.