"R" multi-line comment code example
Example: "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