Identify spinning code chunk header or xaringan
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(pd)
pd |
A parse table. |
style_text(c( "# title", "some_code <- function() {}", "#+ chunk-label, opt1=value1", "call(3, 2, c(3:2))" ))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.