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()

kevinushey/Kmisc documentation built on May 20, 2019, 9:08 a.m.