render | R Documentation |
parsermd
objectsObject contents are converted to a character vector and written to a
temporary directory before rendering via quarto::quarto_render()
or rmarkdown::render()
.
Note that this function has the potential to overwrite existing output
files (e.g. .html
, .pdf
, etc).
render(x, name = NULL, ..., engine = c("quarto", "rmarkdown"))
x |
Object to render, e.g. a |
name |
Name of the output file, if not given it will be inferred from the
name of |
... |
Any additional arguments to be passed to |
engine |
The rendering engine to use, either "quarto" or "rmarkdown". |
Returns the results of the render function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.