Skip to contents

Make a comment on rule.

Usage

make_rule_comment(id = NULL, comment = NULL)

Arguments

id

id of the rule you want to leave a comment on.

comment

comment.

Value

A `tibble`.

Examples

if (FALSE) { # \dontrun{
make_rule_comment(1,"comment")
} # }