block comment in r code example
Example 1: r comment
# for 1 line of code
Example 2: comment in r
# comment statement : no multiline comments in R
Example 3: multiple comment code in R
Ctrl + Shift + C
# for 1 line of code
# comment statement : no multiline comments in R
Ctrl + Shift + C