pipeline_comment: Create comment object

View source: R/project-pipeline.R

pipeline_commentR Documentation

Create comment object

Description

Create comment object

Usage

pipeline_comment(...)

Arguments

...

character or -character-convertible objects

Details

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.

Value

A list


wjchulme/osutils documentation built on Dec. 20, 2024, 9:56 a.m.