View source: R/e_rmd_name_chunks.R
e_rmd_name_chunks | R Documentation |
Read an Rmd rmarkdown file and apply enumerated code chunks
e_rmd_name_chunks(fn_in = NULL, fn_out = NULL, prefix_chunk_name = "chunk-")
fn_in |
Rmd filename in. |
fn_out |
Rmd filename out. If NULL, then this is assigned |
prefix_chunk_name |
a string before each chunk number |
NULL, invisibly
## Not run:
# e_rmd_name_chunks(fn_in = "test_in.Rmd", fn_out = "test_out.Rmd", prefix_chunk_name = "chunk-")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.