print.kHTML: Print kHTML Objects

Description Usage Arguments See Also Examples

View source: R/html.R

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

1
2
## S3 method for class 'kHTML'
print(...)

Arguments

...

a set of kHTML objects (strings).

See Also

html

Examples

1
Kmisc:::.html$br()

Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to print.kHTML in Kmisc...