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