print.html: Print method for HTML/tags

View source: R/tags.R

print.shiny.tagR Documentation

Print method for HTML/tags

Description

S3 method for printing HTML that prints markup or renders HTML in a web browser.

Usage

## S3 method for class 'shiny.tag'
print(x, browse = is.browsable(x), ...)

## S3 method for class 'html'
print(x, ..., browse = is.browsable(x))

Arguments

x

The value to print.

browse

If TRUE, the HTML will be rendered and displayed in a browser (or possibly another HTML viewer supplied by the environment via the viewer option). If FALSE then the HTML object's markup will be rendered at the console.

...

Additional arguments passed to print.


rstudio/htmltools documentation built on March 29, 2024, 2:22 p.m.