multiline comment r code example
Example 1: multiple comment code in R
Ctrl + Shift + C
Example 2: "R" multi-line comment
There is no specific language support so the two work arounds are:
- put the comment in a string
- put the comment in a if(False) block
- use the ide to add a # at the beginning of all the lines you want commented