Description Usage Arguments Value See Also
Format an R Markdown Pretty Document (package prettydoc) post for a Jekyll blog and place the resulting Markdown post in directory '_posts'.
1 2 3 | FormatPost(rmd, knitr.files.dir = "knitr_files",
date.format = "%B %d, %Y", date.locale = readr::locale(tz =
"US/Central"))
|
rmd |
The name (path) to specific Rmd file to convert. |
knitr.files.dir |
The permanent directory where the files like plots are placed. |
date.format |
Format of the date used in the YAML header. Default corresponds for example to "August 15, 2016". |
date.locale |
A locale object, defining the defaults of a country. |
The name (path) of the new Markdown post.
readr::parse_date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.