View source: R/project-pipeline.R
pipeline_comment | R Documentation |
Create comment object
pipeline_comment(...)
... |
character or -character-convertible objects |
key:value list element that will be converted to a comment block in yaml when project_list_to_yaml()
is run.
Each comment will be prefixed by "## " and suffixed by " ##".
These comments are first converted to '': '## your comment here ##'
in yaml, and then tidied up to ## your comment here ##
before saving.
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.