extract_non_chunks | R Documentation |
Extracts non-chunks from an Rmd file.
extract_non_chunks(rmd_name, out_name)
rmd_name |
A character string, the name of the rmd file to get the chunks from. |
out_name |
An output filename, to dump the text to. |
If out_name is missing, then a character vector is returned. If outfname is specified, then nothing is returned. The text is written to the file instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.