HTML Comment Character

Usage

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.

Description

Converts text to an HTML comment tag

Examples

## Not run: # CM("strike me from the record")# ## End(Not run)