is_code_chunk_header_or_xaringan_or_code_output | R Documentation |
Wrongly identifies a comment without a preceding line break as a code chunk header. See https://yihui.name/knitr/demo/stitch/#spin-comment-out-texts for details.
is_code_chunk_header_or_xaringan_or_code_output(pd)
pd |
A parse table. |
style_text(c(
"# title",
"some_code <- function() {}",
"#+ chunk-label, opt1=value1",
"call(3, 2, c(3:2))",
"#> 99"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.