Html – New to web scraping in R – how to use the rvest package to scrape IMDB movie data?
I'm brand new to web scraping in R and not very familiar with HTML code. I'm trying to scrape data from the top 50 IMDB movies at https://www.imdb.com/search/title/?sort=user_rating,desc&groups=top_250. I know to use read_html which gives me an XML object, and…