- Clone your assignment repo in RStudio Cloud (
ae-07-web-scraping-TEAMNAME
)
- Open the R script called
scrape-tvshows.R
- Scrape the names, scores, and years of most popular TV shows on IMDB: www.imdb.com/chart/tvmeter
- Create a data frame called
tvshows
with four variables (rank
, name
, score
, year
)
- Examine each of the first three TV shows to also obtain
- Genre
- Runtime
- How many episodes so far
- First five plot keywords
- Add this information to the
tvshows
data frame you created earlier