extract_non_chunks {autoharp} | 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.