template_yaml | R Documentation |
Prints YAML templates for either a plan or to-do list to the console as an example
for developing your own custom plans and to-do lists. Inspired by similar template_
functions included in the pkgdown
package.
template_yaml(template = c("plan", "todo"))
template |
One of |
Note that depending on the console, text editor, and settings you are using, the template may or may not preserve the necessary whitespace shown in the output. If you copy-paste the template for modification, ensure that it still adheres to traditional YAML indentation.
Prints template to console
Other plans and todos:
post_plan()
,
post_todo()
,
read_plan()
,
read_todo()
,
report_plan()
,
report_todo()
template_yaml('plan')
template_yaml('todo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.