Description Usage Arguments See Also Examples
View source: R/hook_title_comment.R
Comment title to chunk code
1 2 3 4 5 6 | comment_title(
options = list(engine = "R"),
template = "{engine}",
extra_syntax = character(0L),
...
)
|
options |
A list of chunk options. |
template |
A template of title processed by |
extra_syntax |
A named character vector which defines extra syntax to comment out.
Each values should contain |
... |
Arguments passed to |
1 2 3 4 5 6 7 8 9 | comment_title(
options = list(engine = "R"),
template = "{engine}"
)
comment_title(
options = list(engine = "css", label = "mystyle"),
template = "{label}.{engine}"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.