Answers for "comment in r"

3

comment in r

# comment statement : no multiline comments in R
Posted by: Guest on July-18-2020
1

comment in r

R doesn’t support Multi-line and Documentation comments. 
It only supports single-line comments drafted by a ‘#’ symbol.
Posted by: Guest on June-13-2021
0

comment in r

# Comment in R is similar as comment in Python
# The '#' sign is used for making commnet 
# However there is no available syntax for making multiline comment
# so making multiline comment is similar as making more than one single line
# comment
Posted by: Guest on June-13-2021

Browse Popular Code Answers by Language