Use {rvest} to scrape web pages

{rvest} (“harvest”) = tidyverse web-scraping package

  • Load html to scrape: read_html()
  • Shortcut for tables: html_table()