Description Usage Arguments Details Value See Also Examples
Check all necessary section of the YAML header are present.
1 | markdown_check(object, verbose = FALSE)
|
object |
Reportr object. |
verbose |
Show progress, Default: FALSE. |
If sections are not in the YAML, adds them from the object.
Text representation of an R markdown file's header.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
if(interactive()){
cat(markdown_check(object = create_wsteps(list())))
cat(markdown_check(object = create_wsteps(list(),
markdown = list("~/Documents/liai/scripts/reportr_pkg/reportr_webspec.yaml")
)))
cat(markdown_check(object = create_wsteps(list(),
markdown = list(output=list(html_document=list(theme='journal')))
)))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.