Description Usage Arguments Details Value See Also Examples
View source: R/parse_article.R
Uses the YAML frontmatter of an .Rmd to create a raw markdown file suitable for publication.
1 |
file |
.Rmd file |
The list is describing the article metadata, markdown article output location and markdown article string. The title is removed from the article string and is present in the metadata.
list
yaml_front_matter
,render
map
str_remove
read_file
glue
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.