Description Usage Arguments Details Value Examples
View source: R/rmarkdown_helpers.R
Helper function for knit_asis
objects, useful when e.g. partial()
was used in a loop.
1 | paste.knit_asis(..., sep = "\n\n\n", collapse = "\n\n\n")
|
... |
passed to |
sep |
defaults to two empty lines, passed to |
collapse |
defaults to two empty lines, passed to |
Works like base::paste()
with both the sep and the collapse argument set to two empty lines
Returns text with the class "knit_asis"
1 | paste.knit_asis("# Headline 1", "## Headline 2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.