Learn R Programming

html5 (version 1.0.2)

doctype: Generate HTML document string with properly declared DOCTYPE.

Description

Generate HTML document string with properly declared DOCTYPE.

Usage

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

Value

A HTML document string.

Arguments

...

A string or strings of HTML element tags.

doctype

A string declaring the DOCTYPE for the HTML content.