| is_code_chunk_header {styler} | R Documentation |
See https://yihui.name/knitr/demo/stitch/#spin-comment-out-texts for details.
is_code_chunk_header(pd)
pd |
A parse table. |
style_text(c(
"# title",
"some_code <- function() {}",
"#+ chunk-label, opt1=value1",
"call(3, 2, c(3:2))"
))