Learn R Programming

Kmisc (version 0.2.0)

print.kHTML: Print kHTML Objects

Description

By default, we cat out kHTML objects as we typically intend to embed them in R Markdown documents. This is mainly used for printing of items in the environment html.

Usage

## S3 method for class 'kHTML':
print(...)

Arguments

...
a set of kHTML objects (strings).

See Also

html

Examples

Run this code
data(html)
html$br()

Run the code above in your browser using DataLab