console_cl {ch}R Documentation

Remove '>' and '+' from the console and add '#' to the run result.

Description

First you need to copy the console area to the clipboard, then run the console_cl() function to add a comment to the line where the output is, and to cancel the > on the original line. Finally, the result of the run is saved to the clipboard.

Usage

console_cl(prefix = "#>")

Arguments

prefix

The prefix for code.The default is '#>'. You can edit it according to your own preference, but '#' should be the first character.

Value

the result of the run is saved to the clipboard.

Author(s)

Chai


[Package ch version 0.1.0.2 Index]