CM: HTML Comment Character

Description Usage Arguments Value References Examples

Description

Converts text to an HTML comment tag

Usage

1
CM(comment = "clipboard", copy2clip = interactive(), print = FALSE)

Arguments

comment

A text comment. Default copies from the clipboard.

copy2clip

If TRUE attempts to copy the output to the clipboard.

print

logical. If TRUE cat prints the output to the console. If FALSE returns to the console.

Value

Returns a character vector of an HTML comment tag.

References

http://www.w3schools.com/tags/tag_comment.asp

Examples

1
2
3
4
## Not run: 
CM("strike me from the record")

## End(Not run)

trinker/reports documentation built on May 31, 2019, 9:51 p.m.