- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
控制台中的工作
概述
The RStudio console includes a variety of features intended to make working with R more productive and
straightforward. This article reviews these features. Learning to use these features along with the related features
available in the Source and History panes can have a substantial payoff in your overall productivity with R.
RStudio 控制台包含许多使R 工作更为有效和直观的特征。本文综述这些特征。学习
使用这些特征以及Source 和History 窗口中可用的相关特征可以对你使用R 的效率有实际性的
帮助。
代码补全
RStudio supports the automatic completion of code using the key. For example, if you have an object named
pollResultsin your workspace you can type polland then and RStudio will automatically complete
the full name of the object.
RStudio 支持使用 键来自动补全代码。例如,如果你在工作空间中有名为
pollResults 的对象,你可输入poll然后按 键,RStudio将自动完成该对象的全名。
The code completion feature also provides inline help for functions whenever possible. For example, if you typed
subthen pressed you would see:
代码补全特征同样提供了尽可能的嵌入式帮助。例如,如果你可输入sub 然后按
键,你将看到:
Code completion also works for function arguments, so if you typed subset(and then pressed youd see
the following:
代码补全还可以对参数功能进行工作,如果你可输入subset(然后按 键,你将看
到:
检索以前命令
As you work with R youll often want to re-execute a command which you previously entered. As with the standard
R console, the RStudio console supports the ability to recall previous commands using the arrow keys:
当你使用R 进行工作,你将经常可输入重新执行你之前输入的命令。与标准的R 控制
台一样,RStudio 控制台支持使用以下方向键回忆之前命令的功能:
— Recall previous command(s)
— Reverse of Up
—回忆前一条命令;
—回 相反;
If you wish to review a list of your recent commands and then select a command from this list you can use
to review the list (note that on the Mac you can also use ):
如果你希望回顾你当前的命令列表并从中选择一条命令,则可使用 来回顾命令列
表(注意:在Mac 你还可使用
您可能关注的文档
最近下载
- 2024年4月 全国高等教育自学考试真题 人员素质测评理论与方法 06090.doc VIP
- 路基挡土墙专项施工方案 - 大模板.docx VIP
- 一种可连续工作的氦气纯化器与纯化方法.pdf VIP
- 抢救药品相关试题(附答案).docx VIP
- 施工现场机械设备检查技术规范 JGJ 160-2016知识培训.pptx
- 2017年版2020年修订普通高中语文课程标准解读与培训课件.pptx VIP
- (人教2024版新教材)英语四年级上册Unit4.2 Part A Let’s learn&Match, act and guess课件.pptx
- 2025届高考散文一轮整体复习:写人叙事类散文——《放牛记》全文详解+课件.pptx VIP
- 热力管道工程质量保证措施和体系.pdf VIP
- 黄帝内经的临床医学理论.PPT VIP
文档评论(0)