Implementation of the print method for HTML
Convenience method that provides an implementation of the
print
method for HTML content.
html_print( html, background = "white", viewer = getOption("viewer", utils::browseURL) )
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 |
Invisibly returns the URL or path of the generated HTML page.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.