Example: Table

IMDB data from the Internet Archive

(currently times out, disabled for now; next cohort should revise!)

url <- "https://web.archive.org/web/20220201012049/https://www.imdb.com/chart/top/"
html <- read_html(url)
html |> 
  html_table()