Month August 2022

How to Search and Filter Text in R

In the video and code below I demonstrate how to use R to search and filter text. For examples I use the Friends package which contains the transcripts of all of the episodes of the Friends TV show. Subscribe below…

How to Plot a Color Coded Map of USA in R

In this video I use the ggplot2 package and the built in USArrests data in R to create a color coded plot of the United States of America. I explain what the various bits of code do and highlight some…