LDAShiny

User-Friendly Interface for Review of Scientific Literature


License
GPL-3.0

Documentation

output
pdf_document html_document
default
default

LDAShiny

R-CMD-check

The goal of LDAShiny is to perform a review of the scientific literature under the Bayesian approach of latent Dirichlet allocation and machine learning algorithms. The application methodology is framed by the well known procedures in topic modelling on how to clean and process data.

Installation

You can install the released version of LDAShiny from CRAN with:

install.packages("LDAShiny")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JavierDeLaHoz/LDAShiny")

Example

This is a basic example which shows you how to solve a common problem:

library(LDAShiny)
runLDAShiny()
## basic example code