View source: R/markdown_tools.R
build_chunk | R Documentation |
Builds a standard code chunk with the user-specified options based on the quosure object provided.
build_chunk(
quosure,
ref_name = NULL,
include = NULL,
echo = NULL,
warning = NULL,
message = NULL
)
quosure |
a quosure object. |
ref_name |
reference name, skipped if NULL. |
include |
include chunk option, skipped if NULL. |
echo |
echo chunk option, skipped if NULL. |
warning |
warning chunk option, skipped if NULL. |
message |
message chunk option, skipped if NULL. |
a chunk text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.