Recently Published
Use of stringr for Basic Sentiment Analysis
This tutorial explores how to use the stringr package in R. Specifically, it will demonstrate how a few of the functions from the package can be used to prepare data for and to perform basic sentiment analysis.
Use of ggpubr for Data Visualizations
This tutorial explores how to use the ggpubr package in R. Specifically, it will demonstrate how a some of the functions from the package can be used to simplify the production of ggplot2-style data visualization, as well as integrate statistical analysis into the visualizations.
Using Esquisse for Data Visualization
This tutorial explores how to use the Esquisse package in R to create ggplot2-style data visualizations without extensive knowledge of ggplot2 or R/R Studio