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/jhelvyr documentation built on May 17, 2023, 8:46 p.m.