控制台中的工作概述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 pollResults in your workspace you can type poll and then and RStudio will automatically complete the full name of the object
RStudio 支持使用键来自动补全代码
例如,如果你在工作空间中有名为pollResults的对象,你可输入 poll 然后按键,RStudio 将自动完成该对象的全名
The code completion feature also provides i