View source: R/transform-code.R
transform_mixed | R Documentation |
Applies the supplied transformer function to code chunks identified within an Rmd or Rnw file and recombines the resulting (styled) code chunks with the text chunks.
transform_mixed(lines, transformer_fun, filetype)
lines |
A character vector of lines from an Rmd or Rnw file. |
transformer_fun |
A styler transformer function. |
filetype |
A string indicating the filetype - either 'Rmd' or 'Rnw'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.