Description Usage Arguments Examples
View source: R/template_path.R
This function comes from the package readr
, and has been modified to access
the bundled datasets in directory inst/rmarkdown/templates
of bookkeeper
.
This function make them easy to access. This function is modified from
readr_example()
of the package
readr.
1 | rmd_template_path(template = "invoice-en", type = "skeleton", path = NULL)
|
template |
The name of the template. |
type |
Type of file Rmd |
path |
Name of file. If |
1 2 | rmd_template_path()
rmd_template_path("2018-01-19-GLENDON")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.