View source: R/project-pipeline.R
project_list_to_yaml | R Documentation |
Convert list to yaml and save
project_list_to_yaml(project_list, filepath = NULL)
project_list |
list object containing all actions (created using action function) and comment-actions (created using comment_action function) and front-matter. |
filepath |
file path and name where yaml file should be saved. If not provided, then prints to console! |
Convert list to yaml string and then prints or saves the results. This also does some reformatting of comment blocks, whitespace, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.