write_html: Write a html file to disc

View source: R/write_html.R

write_htmlR Documentation

Write a html file to disc

Description

Save the html from a url to disc

Usage

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")


jhelvy/jph documentation built on July 12, 2024, 6:10 p.m.