Save the html from a url to disc

write_html(url, filename)

Arguments

url

url to webpage.

filename

Path to save html to disc.

Examples

url <- "https://www.formula1.com/en/results.html/2022/drivers.html"
# Uncomment to save to disc:
# write_html(url, "formula1.html")