how to do block comment in R code example
Example 1: How to add a comment in r
Using R Studio, you can do Control+Shift+C, or Command+Shift+C on macOS.
Example 2: comment in r
# comment statement : no multiline comments in R
Using R Studio, you can do Control+Shift+C, or Command+Shift+C on macOS.
# comment statement : no multiline comments in R