Renders an "html" object as text in the console: tags are
stripped or translated (<sub>/<sup> become
_/^, <b>/<strong>/<i>/<em>
become bold/italic via ANSI codes), common HTML entities
( , β, ...) are decoded, and <table>
blocks are rendered as aligned text tables.
Usage
# S3 method for class 'html'
preview(x, ...)Arguments
- x
an object of class
"html"- ...
further arguments, currently unused (kept for consistency with
print())
