Shiny App Text Analysis of R Package Names

Using R, I built a shiny app to visualize the analysis performed on the titles and names of various R packages—this text analysis involved using dplyr, stringr, ggplot2, and other packages. The titles and names were inspected based on the letter case, containing numbers, dots, and the above mixture.

Video Walkthrough available here

Comments are closed