texplor_css: Interface for analysis results exploration

Description Usage Arguments Value Examples

View source: R/utils.R

Description

This function launches a shiny app in a web browser in order to do interactive visualisation and exploration of a textual corpus.

Usage

1

Arguments

obj

corpus object

...

arguments passed to other methods

Value

The function launches a shiny app in the system web browser.

Examples

1
2
3
4
5
6
## Not run: 
require(quanteda)
data("data_corpus_inaugural")
texplor(data_corpus_inaugural)

## End(Not run)

juba/textools documentation built on Oct. 18, 2020, 3:24 a.m.