rvest (version 1.0.4)

minimal_html: 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

Run this code
minimal_html("test")

Run the code above in your browser using DataLab