minimal_html {rvest}R Documentation

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

minimal_html("test")

[Package rvest version 0.3.2 Index]