实例 R 语言 多行注释

x
 
# This is a comment
# written in
# more than just one line
"Hello World!"
                    

输出结果

[1] "Hello World!"