Description Usage Arguments Value Examples
Remove YAML header
1 |
file |
file name of the markdown file |
A character vector of the text without the YAML header
1 2 3 | file = system.file("extdata/00_template.Rmd", package = "leanbuild")
out = remove_yaml_header(file)
head(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.