Answers for ""R" multi-line comment"

1

"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
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language