R Comments
Comments are used for R code explanation. R comments make the code more readable. When testing alternate code we can also prevent execution using comments. In R programming comments starts with the # symbol. R language ignores everything that starts with the # symbol while executing the R code. Following are some examples to execute … Read more