print.knit_asis {rmdpartials} | R Documentation |
knit_asis
as rendered HTML in the viewerPrint knit_asis
as rendered HTML in the viewer
## S3 method for class 'knit_asis' print(x, ...)
x |
the knit_asis object |
... |
ignored |
Invisibly returns its input, either prints its input or sends it to a viewer, if one is defined
text <- paste(c("### Headline", "Text"), collapse = "\n") print(knitr::asis_output(text))