Closed Polkas closed 2 years ago
chunk_args argument in the ymlthis::code_chunk is not accepting characters, they are convert to names.
chunk_args
ymlthis::code_chunk
# "STH" -> STH ymlthis::code_chunk(knitr::include_graphics(system.file("img", "Rlogo.png", package="png")), chunk_args = list(fig.cap = "STH")) #```{r fig.cap = STH} #knitr::include_graphics(system.file("img", "Rlogo.png", package = "png")) #```
Thanks!
chunk_args
argument in theymlthis::code_chunk
is not accepting characters, they are convert to names.