Learn R Programming

rvest (version 0.3.1)

minimal_html: Generate a minimal html5 page.

Description

See http://www.brucelawson.co.uk/2010/a-minimal-html5-document/ for details.

Usage

minimal_html(title, html = "")

Arguments

title
Page title
html
Other html to insert into page.

Examples

Run this code
minimal_html("test")

Run the code above in your browser using DataLab