R/view_html.r
view_html.Rd
Opens HTML content in the RStudio viewer pane.
view_html(x)
Character string containing HTML content to display
Nothing (called for side effects).
# View simple HTML content html_content <- "<h1>Hello World</h1><p>This is a test.</p>" if (FALSE) { # \dontrun{ view_html(html_content) } # }