powered by
Helper function for knit_asis objects, useful when e.g. partial() was used in a loop.
knit_asis
partial()
paste.knit_asis(..., sep = "\n\n\n", collapse = "\n\n\n")
passed to base::paste()
base::paste()
defaults to two empty lines, passed to base::paste()
Returns text with the class "knit_asis"
Works like base::paste() with both the sep and the collapse argument set to two empty lines
# NOT RUN { paste.knit_asis("# Headline 1", "## Headline 2") # }
Run the code above in your browser using DataLab