doctype {html5}R Documentation

Generate HTML document string with properly declared DOCTYPE.

Description

Generate HTML document string with properly declared DOCTYPE.

Usage

doctype(..., doctype = "html")

Arguments

...

A string or strings of HTML element tags.

doctype

A string declaring the DOCTYPE for the HTML content.

Value

A HTML document string.


[Package html5 version 1.0.2 Index]