Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道:
# this is a comment code <- ("this is code")
任何人都可以告诉我,即使我没有在代码前面声明 # ,一些 R 代码如何以绿色显示(如评论)?代码可以毫无问题地运行,这是奇怪的部分吗?
我的一个学生有这个“问题”,我不明白为什么代码显示为绿色?
提前感谢您的回答:)
亲切的问候玛丽亚
我强烈怀疑你的学生没有那个确切的问题。相反,我怀疑发生的事情是他们在评论之前错过了一些语音标记。例如,这段代码
x = "fred #Some stuff # this is a comment code = ("this is code")
在 Rstudio 中,一切都变得“绿色”: