Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.07 KB

Word Association Network of Blog Post from Zsolt Bayer

This repo contains the source code of an R Shiny app, which visualizes the word association network of Zsolt Bayer blog posts. To see it working, navigate to https://bayer-shiny-analysis.herokuapp.com/.

Text analysis was executed with tidytext (script also available in the repo) and the bigram association network is visualized with networkD3 for R. Deployment to Heroku happens through the Heroku R buildpack.

The Python scraper that collects the blog posts can be found HERE.

Content

Aptfile

Ubuntu package names to install while deploying to Heroku.

init.R

Installing R dependencies.

run.R

Shiny runApp is invoked.

tm.R

The part where text analysis is done.

app.R

Shiny UI and server functionality lives here.