两个问号是在帮助文档中搜索,是help.search()的快捷方式。但是因为Rstudio的bug,如果r的版本高于3.6.0,则win7的rstudio中双问号和help.search()都会展示No results found,不过在RGui中可以正常使用。
单问号():查看帮助文档的快捷方式,如 duplicated
双问号():搜索帮助系统,如 duplicated 或者 help.search('duplicated')
help命令:查看帮助文档,如help('duplicated') 或者 help(duplicated)
发表评论