Learn R Programming

rvest (version 1.0.1)

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
# NOT RUN {
minimal_html("<p>test</p>")
# }

Run the code above in your browser using DataLab