minimal_html: Create an HTML document from inline HTML

View source: R/utils.R

minimal_htmlR Documentation

Create an HTML document from inline HTML

Description

Create an HTML document from inline HTML

Usage

minimal_html(html, title = "")

Arguments

html

HTML contents of page.

title

Page title (required by HTML spec).

Examples

minimal_html("<p>test</p>")

rvest documentation built on Aug. 20, 2022, 1:08 a.m.