minimal_html function

Create an HTML document from inline HTML

Create an HTML document from inline HTML

minimal_html(html, title = "")

Arguments

  • html: HTML contents of page.
  • title: Page title (required by HTML spec).

Examples

minimal_html("<p>test</p>")
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2024-02-12