Beginner R
Q8 / 100

How do you create a comment in R?

Correct! Well done.

Incorrect.

The correct answer is C) # comment

C

Correct Answer

# comment

Explanation

The "#" symbol starts a single-line comment in R; everything after it on that line is ignored by the interpreter.

Progress
8/100