| proj_workflow_config | R Documentation |
Looks for a file named _projthis.yml in path_proj. If present, reads
using yaml::read_yaml(); if not present, returns NULL.
proj_workflow_config(path_proj)
path_proj |
|
The configuration supports a single element, render.
render:
first:
00-import.Rmd
last:
99-publish.Rmd
NULL, or list describing workflow configuration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.