makeLDAvis: Easy interface to LDAvis, only requires a trained topic.model...

Description Usage Arguments Value

Description

Easy interface to LDAvis, only requires a trained topic.model as input

Usage

1
2
makeLDAvis(topic.model, outDir = tempfile(), openBrowser = TRUE,
  asGist = FALSE, ...)

Arguments

topic.model

Mallet-object a trained topic.model from MALLET

outDir

character directory to store html/js/json files

openBrowser

logical should R open a browser to create visualizations?

asGist

logical should the vis be uploaded as a gist? Requires gistr

...

arguments passed onto gistr::gist_create

Value

html/js/json files of a LDAvis visualization


mlinegar/litMagModelling documentation built on May 23, 2019, 2:12 a.m.