Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

htmltools (version 0.2.6)

html_print: Implementation of the print method for HTML

Description

Convenience method that provides an implementation of the print method for HTML content.

Usage

html_print(html, background = "white", viewer = getOption("viewer",
  utils::browseURL))

Arguments

html
HTML content to print
background
Background color for web page
viewer
A function to be called with the URL or path to the generated HTML page. Can be NULL, in which case no viewer will be invoked.

Value

  • Invisibly returns the URL or path of the generated HTML page.