Which type of comment is not supported in R?
Which type of comment is not supported in R? Correct Answer Multi-line comments
R supports single-line comments, but not multiline comments. # is used for making a single line comment.Which type of comment is not supported in R? Correct Answer Multi-line comments
R supports single-line comments, but not multiline comments. # is used for making a single line comment.