Which type of comment is not supported in R?
A
Single-line comments
B
Multi-line comments
C
Both Single-line & Multi-line comments
D
Multiple Comments
Correct Answer: Multi-line comments
R supports single-line comments, but not multiline comments. # is used for making a single line comment.