Description Usage Arguments Details
For building bookdown books, the markdown header information usually present in an Rmd file or a vignette causes problems. This function makes a copy of the Rmd, but removes any yaml header information (specified by '^—' regex).
1 |
srcfile |
character(1) filename |
destfile |
character(1) filename |
remove.yaml |
logical(1) when copying, remove yaml header metadata? |
If srcfile and destfile are the same, the src file is overwritten.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.