24 Web scraping

Learning objectives

  • Decide whether to scrape data from a web page.
  • Recognize enough HTML to find your way around a web page.
  • Extract tables from web pages.
  • Extract other data from web pages.
library(rvest)
library(tidyverse)