R/write_html.R
write_html.Rd
Save the html from a url to disc
write_html(url, filename)
url to webpage.
Path to save html to disc.
url <- "https://www.formula1.com/en/results.html/2022/drivers.html" # Uncomment to save to disc: # write_html(url, "formula1.html")