📜  “R”多行注释 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:54.645000             🧑  作者: Mango

代码示例1
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