Description Usage Arguments Value Examples
This adds the knit_asis
class to a markdown chunk, so that it can be rendered
in the viewer and simply echoed in other knitr chunks. Won't preserve figures
unless the path happens to be the same or you explicitly pass it to the knit_meta argument.
1 | as.partial(text = NULL, knit_meta = list())
|
text |
will be returned with the class "knit_asis" |
knit_meta |
you can pass a path to figures and other resources here |
Returns its input as text with class "knit_asis"
1 2 | my_partial <- as.partial("## Headline
Text")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.