print.knit_asis {rmdpartials}R Documentation

Print knit_asis as rendered HTML in the viewer

Description

Print knit_asis as rendered HTML in the viewer

Usage

## S3 method for class 'knit_asis'
print(x, ...)

Arguments

x

the knit_asis object

...

ignored

Value

Invisibly returns its input, either prints its input or sends it to a viewer, if one is defined

Examples

text <- paste(c("### Headline",
"Text"), collapse = "\n")
print(knitr::asis_output(text))

[Package rmdpartials version 0.5.8 Index]