Skip to content

imjakedaniels/SimpsonsScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Fall of the Simpsons

Full article on DataCritics

Scraping and visualizing the average season rating of "The Simpsons" over the years

Good Practice for ggplot2

  • adding annotations,
  • highlighting sections
  • changing font size/color
  • modifying themes

Getting Started

Markdown file is in Code and Environment. Try to scrape your own RData, if not use the RData in there. All visuals (steps 1-5) are in Visual outputs -- See Final Visualization for the end graph.

Prerequisites

library(rvest)
library(tidyverse)
library(magrittr)
library(scales)
library(knitr)
library(lubridate)

Visuals Included

Step 1 Step 2 Step 3 Step 4 Step 4.5 Final

Authors

  • Jake Daniels - Full Project - LinkedIn

About

(2018) Scraping and visualizing the average score of the Simpsons over the years

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published