write_html | R Documentation |
Save the html from a url to disc
write_html(url, filename)
url |
url to webpage. |
filename |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.