rstudio运行快捷键 mac版本提示函数参数的快捷键是什么

执剑走天涯
R客户端RStudio快捷键大全
ConsoleDescription Windows & Linux Mac将光标定位到控制台 Ctrl+2 Ctrl+2清空控制台 Ctrl+L Command+L将光标定位到行首 Home Command+Left将光标定位到行末 End Command+Right在历史命令中导航 Up/Down Up/Down弹出历史命令框 Ctrl+Up Command+Up中断当前命令的执行 Esc Esc改变工作目录 Ctrl+Shift+K Ctrl+Shift+K     SourceDescription Windows & Linux Mac跳转到文件/函数 Ctrl+. Ctrl+.光标定位到源码编辑器 Ctrl+1 Ctrl+1新建一个文件(在Chrome/Windows上例外) Ctrl+Shift+N Command+Shift+N打开文件 Ctrl+O Command+O保存当前文件 Ctrl+S Command+S关闭当前文件(在Chrome上例外) Ctrl+W Command+W关闭当前文件(仅适用于Chrome) Ctrl+Shift+Z Command+Shift+Z关闭所有打开的文件 Ctrl+Shift+W Command+Shift+W在HTML里面预览 Ctrl+Shift+Y Command+Shift+YKnit to HTML Ctrl+Shift+H Command+Shift+H编译PDF (TeX and Sweave) Ctrl+Shift+I Command+Shift+I插入块 Ctrl+Alt+I Command+Option+I插入代码段 Ctrl+Shift+R Command+Shift+R运行当前/被选中的代码 Ctrl+Enter Command+Enter再次运行以前区域 Ctrl+Shift+P Command+Shift+P运行当前文件 Ctrl+Alt+R Command+Option+R运行文件中从开头到光标所在处的代码 Ctrl+Alt+B Command+Option+B运行文件中从光标所在处到文件末尾的代码 Ctrl+Alt+E Command+Option+E运行当前函数定义代码 Ctrl+Alt+F Command+Option+F运行当前代码块 Ctrl+Alt+C Command+Option+C运行下一个代码块 Ctrl+Alt+N Command+Option+N执行一个外部文件中的代码 Ctrl+Shift+O Command+Shift+O执行当前文件中的代码 Ctrl+Shift+S Command+Shift+S执行当前文件中的代码(并输出) Ctrl+Shift+Enter Command+Shift+Enter折叠选中代码 Alt+L Command+Option+L打开选中代码 Shift+Alt+L Command+Shift+Option+L折叠所有代码 Alt+0 Command+Option+0打开所有代码 Shift+Alt+0 Command+Shift+Option+0跳转到指定行 Shift+Alt+G Command+Shift+Option+G跳转到 Shift+Alt+J Command+Shift+Option+J切换tab Ctrl+Alt+Down Ctrl+Option+Down切换到前一个tab Win: Ctrl+Alt+Left, Linux: Ctrl+PageUp Ctrl+Option+Left切换到下一个tab Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown Ctrl+Option+Right切换到第一个tab Ctrl+Shift+Alt+Left Ctrl+Shift+Option+Left切换到最后一个tab Ctrl+Shift+Alt+Right Ctrl+Shift+Option+Right向前切换(类似浏览器→) Ctrl+F9 Command+F9向后导航(类似浏览器←) Ctrl+F10 Command+F10Reindent lines Ctrl+I Command+I从选中的代码中提取函数 Ctrl+Shift+U Command+Shift+U注释/取消注释 当前行/选中区域 Ctrl+Shift+C Command+Shift+CReflow comment Ctrl+Shift+/ Command+Shift+/Transpose Letters   Ctrl+T向上/向下移动一行 Alt+Up/Down Option+Up/DownCopy Lines Up/Down Ctrl+Alt+Up/Down Command+Option+Up/DownJump to Matching Brace/Paren Ctrl+P Ctrl+P查找并替换 Ctrl+F Command+F查找下一个 Win: F3, Linux: Ctrl+G Command+G查找上一个 Win: Shift+F3, Linux: Ctrl+Shift+G Command+Shift+G替换并查找 Ctrl+= Command+=在文件中茶轴啊 Ctrl+Shift+F Command+Shift+F拼写检查 F7 F7     Editing (Console and Source)Description Windows & Linux Mac撤销 Ctrl+Z Command+Z重复上次操作 Ctrl+Shift+Z Command+Shift+Z剪切 Ctrl+X Command+X复制 Ctrl+C Command+C粘贴 Ctrl+V Command+V全选 Ctrl+A Command+A跳转到单词 Ctrl+Left/Right Option+Left/Right跳转到开头/结尾 Ctrl+Home/End or Ctrl+Up/Down Command+Home/End or Command+Up/Down删除行 Ctrl+D Command+D选择 Shift+[Arrow] Shift+[Arrow]选择一个词 Ctrl+Shift+Left/Right Option+Shift+Left/Right选中光标处到行首的内容 Shift+Home Command+Shift+Left or Shift+Home选中光标处到行末的内容 Shift+End Command+Shift+Right or Shift+EndSelect Page Up/Down Shift+PageUp/PageDown Shift+PageUp/Down选中到文件开始/末尾的内容 Ctrl+Shift+Home/End or Shift+Alt+Up/Down Command+Shift+Up/Down删除左边的单词 Ctrl+Backspace Option+Backspace or Ctrl+Option+Backspace删除右边的单词   Option+Delete删除光标到行末的内容   Ctrl+K删除光标到行首的内容   Option+Backspace缩进 Tab (at beginning of line) Tab (at beginning of line)取消缩进 Shift+Tab Shift+TabYank line up to cursor Ctrl+U Ctrl+UYank line after cursor Ctrl+K Ctrl+KInsert currently yanked text Ctrl+Y Ctrl+YInsert assignment operator Alt+- Option+-查看光标处的函数帮助 F1 F1查看光标处的函数代码 F2 F2     Completions (Console and Source)Description Windows & Linux Mac自动完成 Tab or Ctrl+Space Tab or Command+Space在历史命令中导航 Up/Down Up/Down选定命令 Enter, Tab, or Right Enter, Tab, or Right离开弹出的自动完成提示框 Esc Esc     ViewsDescription Windows & Linux Mac跳转到文件/函数 Ctrl+. Ctrl+.将光标定位到代码编辑器 Ctrl+1 Ctrl+1将光标定位到控制台 Ctrl+2 Ctrl+2将焦点定位到帮助 Ctrl+3 Ctrl+3显示历史 Ctrl+4 Ctrl+4显示文件 Ctrl+5 Ctrl+5显示图像 Ctrl+6 Ctrl+6显示包 Ctrl+7 Ctrl+7显示工作空间 Ctrl+8 Ctrl+8显示Git/SVN Ctrl+9 Ctrl+9显示Build Ctrl+0 Ctrl+0同步编辑器和PDF预览 Ctrl+F8 Command+F8     BuildDescription Windows & Linux Mac编译和重载 Ctrl+Shift+B Command+Shift+B加载所有(devtools) Ctrl+Shift+L Command+Shift+L检查包 Ctrl+Shift+E Command+Shift+E     PlotsDescription Windows & Linux Mac上一个图像 Ctrl+Shift+PageUp Command+Shift+PageUp下一个图像 Ctrl+Shift+PageDown Command+Shift+PageDown显示操作者 Ctrl+Shift+M Command+Shift+M     Git/SVNDescription Windows & Linux Mac对比当前源码文件 Ctrl+Shift+D Command+Shift+D提交修改 Ctrl+Shift+M Command+Shift+M滚动查看不同 Ctrl+Up/Down Ctrl+Up/DownStage/Unstage (Git) Spacebar SpacebarStage/Unstage and move next (Git) Enter Enter
没有更多推荐了,R语言 &RStudio快捷键总结
一、控制台
& & & &功能 &Windows & Linux & Mac
移动鼠标到控制台 Ctrl+2 Ctrl+2
移动到鼠标命令编辑
控制台清屏 Ctrl+L Command+L
移动鼠标至第一行 Home Command+Left
移动鼠标至最后一行 End Command+Right
历史记录翻滚 Up/Down Up/Down
弹出历史记录栏 Ctrl+Up Command+Up
终止目前命令 Esc Esc
改变工作路径 Ctrl+Shift+K Ctrl+Shift+K
二、代码区
  功能 & & Windows & Linux & & &Mac
移动鼠标到文件搜索区 Ctrl+. Ctrl+.
移动鼠标至文件编辑区 Ctrl+1 Ctrl+1
新文档(chrome除外) Ctrl+Shift+N Command+Shift+N
打开文档 Ctrl+O Command+O
保存当前文档 Ctrl+S Command+S
关闭当前文档(chrome除外) Ctrl+W Command+W
关闭当前文档(chrome) Ctrl+Shift+Z Command+Shift+Z
关闭所有文档 Ctrl+Shift+W Command+Shift+W
预览HTML Ctrl+Shift+Y Command+Shift+Y
转换为HTML Ctrl+Shift+H Command+Shift+H
编译PDF (TeX and Sweave) Ctrl+Shift+I Command+Shift+I
插入块 Ctrl+Alt+I Command+Option+I
插入代码块 Ctrl+Shift+R Command+Shift+R
运行当前行 Ctrl+Enter Command+Enter
重新运行当前区 Ctrl+Shift+P Command+Shift+P
运行当前文档 Ctrl+Alt+R Command+Option+R
从开始运行至当前行 Ctrl+Alt+B Command+Option+B
从当前行运行至结尾 Ctrl+Alt+E Command+Option+E
运行当前函数定义 Ctrl+Alt+F Command+Option+F
运行当前块 Ctrl+Alt+C Command+Option+C
运行下一个块 Ctrl+Alt+N Command+Option+N
执行一个文件 Ctrl+Shift+O Command+Shift+O
执行当前文档 Ctrl+Shift+S Command+Shift+S
执行当前文档并且显示 Ctrl+Shift+Enter Command+Shift+Enter
折叠选项 Alt+L Command+Option+L
打开选项 Shift+Alt+L Command+Shift+Option+L
折叠所有 Alt+0 Command+Option+0
打开所有 Shift+Alt+0 Command+Shift+Option+0
前往行 Shift+Alt+G Command+Shift+Option+G
跳至 Shift+Alt+J Command+Shift+Option+J
换页 Ctrl+Alt+Down Ctrl+Option+Down
前一页 Win: Ctrl+Alt+Left, Linux: Ctrl+PageUp Ctrl+Option+Left
后一页 Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown Ctrl+Option+Right
第一页 Ctrl+Shift+Alt+Left Ctrl+Shift+Option+Left
最后一页 Ctrl+Shift+Alt+Right Ctrl+Shift+Option+Right
往回导航 Ctrl+F9 Command+F9
向前导航 Ctrl+F10 Command+F10
行缩进 Ctrl+I Command+I
从选择中抽取函数 Ctrl+Shift+U Command+Shift+U
注释/取消注释当前行 Ctrl+Shift+C Command+Shift+C
重新注释 Ctrl+Shift+/ Command+Shift+/
Transpose Letters
Move Lines Up/Down Alt+Up/Down Option+Up/Down
Copy Lines Up/Down Ctrl+Alt+Up/Down Command+Option+Up/Down
Jump to Matching Brace/Paren Ctrl+P Ctrl+P
Find and Replace Ctrl+F Command+F
Find Next Win: F3, Linux: Ctrl+G Command+G
Find Previous Win: Shift+F3, Linux: Ctrl+Shift+G Command+Shift+G
Replace and Find Ctrl+= Command+=
Find in Files Ctrl+Shift+F Command+Shift+F
Check spelling F7 F7
三、Editing&(Console&and&Source)
& &  Description &Windows & Linux & &Mac
Undo Ctrl+Z Command+Z
Redo Ctrl+Shift+Z Command+Shift+Z
Cut Ctrl+X Command+X
Copy Ctrl+C Command+C
Paste Ctrl+V Command+V
Select All Ctrl+A Command+A
Jump to Word Ctrl+Left/Right Option+Left/Right
Jump to Start/End Ctrl+Home/End or Ctrl+Up/Down Command+Home/End or Command+Up/Down
Delete Line Ctrl+D Command+D
Select Shift+[Arrow] Shift+[Arrow]
Select Word Ctrl+Shift+Left/Right Option+Shift+Left/Right
Select to Line Start Shift+Home Command+Shift+Left or Shift+Home
Select to Line End Shift+End Command+Shift+Right or Shift+End
Select Page Up/Down Shift+PageUp/PageDown Shift+PageUp/Down
Select to Start/End Ctrl+Shift+Home/End or Shift+Alt+Up/Down Command+Shift+Up/Down
Delete Word Left Ctrl+Backspace Option+Backspace or Ctrl+Option+Backspace
Delete Word Right
Option+Delete
Delete to Line End
Delete to Line Start
Option+Backspace
Indent Tab (at beginning of line) Tab (at beginning of line)
Outdent Shift+Tab Shift+Tab
Yank line up to cursor Ctrl+U Ctrl+U
Yank line after cursor Ctrl+K Ctrl+K
Insert currently yanked text Ctrl+Y Ctrl+Y
Insert assignment operator Alt+- Option+-
Show help for function at cursor F1 F1
Show source code for function at cursor F2 F2
Completions (Console and Source)
Description Windows & Linux Mac
Attempt completion Tab or Ctrl+Space Tab or Command+Space
Navigate candidates Up/Down Up/Down
Accept selected candidate Enter, Tab, or Right Enter, Tab, or Right
Dismiss completion popup Esc Esc
  Description Windows & Linux Mac
Goto File/Function Ctrl+. Ctrl+.
Move cursor to Source Editor Ctrl+1 Ctrl+1
Move cursor to Console Ctrl+2 Ctrl+2
Move focus to Help Ctrl+3 Ctrl+3
Show History Ctrl+4 Ctrl+4
Show Files Ctrl+5 Ctrl+5
Show Plots Ctrl+6 Ctrl+6
Show Packages Ctrl+7 Ctrl+7
Show Workspace Ctrl+8 Ctrl+8
Show Git/SVN Ctrl+9 Ctrl+9
Show Build Ctrl+0 Ctrl+0
Sync Editor and PDF Preview Ctrl+F8 Command+F8
  Description Windows & Linux Mac
Build and Reload Ctrl+Shift+B Command+Shift+B
Load All (devtools) Ctrl+Shift+L Command+Shift+L
Check Package Ctrl+Shift+E Command+Shift+E
  Description Windows & Linux Mac
Previous plot Ctrl+Shift+PageUp Command+Shift+PageUp
Next plot Ctrl+Shift+PageDown Command+Shift+PageDown
Show manipulator Ctrl+Shift+M Command+Shift+M
七、Git/SVN
  Description Windows & Linux Mac
Diff active source document Ctrl+Shift+D Command+Shift+D
Commit changes Ctrl+Shift+M Command+Shift+M
Scroll diff view Ctrl+Up/Down Ctrl+Up/Down
Stage/Unstage (Git) Spacebar Spacebar
Stage/Unstage and move next (Git) Enter Enter
阅读(...) 评论()RStudio快捷键 - 为程序员服务
RStudio快捷键
Windows & Linux
移动鼠标到控制台
控制台清屏
移动鼠标至第一行
Command+Left
移动鼠标至最后一行
Command+Right
历史记录翻滚
弹出历史记录栏
Command+Up
终止目前命令
改变工作路径
Ctrl+Shift+K
Ctrl+Shift+K
Windows & Linux
移动鼠标到文件搜索区
移动鼠标至文件编辑区
新文档(chrome除外)
Ctrl+Shift+N
Command+Shift+N
保存当前文档
关闭当前文档(chrome除外)
关闭当前文档(chrome)
Ctrl+Shift+Z
Command+Shift+Z
关闭所有文档
Ctrl+Shift+W
Command+Shift+W
Ctrl+Shift+Y
Command+Shift+Y
转换为HTML
Ctrl+Shift+H
Command+Shift+H
编译PDF (TeX and Sweave)
Ctrl+Shift+I
Command+Shift+I
Ctrl+Alt+I
Command+Option+I
插入代码块
Ctrl+Shift+R
Command+Shift+R
运行当前行
Ctrl+Enter
Command+Enter
重新运行当前区
Ctrl+Shift+P
Command+Shift+P
运行当前文档
Ctrl+Alt+R
Command+Option+R
从开始运行至当前行
Ctrl+Alt+B
Command+Option+B
从当前行运行至结尾
Ctrl+Alt+E
Command+Option+E
运行当前函数定义
Ctrl+Alt+F
Command+Option+F
运行当前块
Ctrl+Alt+C
Command+Option+C
运行下一个块
Ctrl+Alt+N
Command+Option+N
执行一个文件
Ctrl+Shift+O
Command+Shift+O
执行当前文档
Ctrl+Shift+S
Command+Shift+S
执行当前文档并且显示
Ctrl+Shift+Enter
Command+Shift+Enter
Command+Option+L
Shift+Alt+L
Command+Shift+Option+L
Command+Option+0
Shift+Alt+0
Command+Shift+Option+0
Shift+Alt+G
Command+Shift+Option+G
Shift+Alt+J
Command+Shift+Option+J
Ctrl+Alt+Down
Ctrl+Option+Down
Win: Ctrl+Alt+Left, Linux: Ctrl+PageUp
Ctrl+Option+Left
Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown
Ctrl+Option+Right
Ctrl+Shift+Alt+Left
Ctrl+Shift+Option+Left
Ctrl+Shift+Alt+Right
Ctrl+Shift+Option+Right
Command+F9
Command+F10
从选择中抽取函数
Ctrl+Shift+U
Command+Shift+U
注释/取消注释当前行
Ctrl+Shift+C
Command+Shift+C
Ctrl+Shift+/
Command+Shift+/
Transpose Letters
Move Lines Up/Down
Alt+Up/Down
Option+Up/Down
Copy Lines Up/Down
Ctrl+Alt+Up/Down
Command+Option+Up/Down
Jump to Matching Brace/Paren
Find and Replace
Win: F3, Linux: Ctrl+G
Find Previous
Win: Shift+F3, Linux: Ctrl+Shift+G
Command+Shift+G
Replace and Find
Find in Files
Ctrl+Shift+F
Command+Shift+F
Check spelling
Editing (Console and Source)
Description
Windows & Linux
Ctrl+Shift+Z
Command+Shift+Z
Select All
Jump to Word
Ctrl+Left/Right
Option+Left/Right
Jump to Start/End
Ctrl+Home/End or Ctrl+Up/Down
Command+Home/End or Command+Up/Down
Delete Line
Shift+[Arrow]
Shift+[Arrow]
Select Word
Ctrl+Shift+Left/Right
Option+Shift+Left/Right
Select to Line Start
Shift+Home
Command+Shift+Left or Shift+Home
Select to Line End
Command+Shift+Right or Shift+End
Select Page Up/Down
Shift+PageUp/PageDown
Shift+PageUp/Down
Select to Start/End
Ctrl+Shift+Home/End or Shift+Alt+Up/Down
Command+Shift+Up/Down
Delete Word Left
Ctrl+Backspace
Option+Backspace or Ctrl+Option+Backspace
Delete Word Right
Option+Delete
Delete to Line End
Delete to Line Start
Option+Backspace
Tab (at beginning of line)
Tab (at beginning of line)
Yank line up to cursor
Yank line after cursor
Insert currently yanked text
Insert assignment operator
Show help for function at cursor
Show source code for function at cursor
Completions (Console and Source)
Description
Windows & Linux
Attempt completion
Tab or Ctrl+Space
Tab or Command+Space
Navigate candidates
Accept selected candidate
Enter, Tab, or Right
Enter, Tab, or Right
Dismiss completion popup
Description
Windows & Linux
Goto File/Function
Move cursor to Source Editor
Move cursor to Console
Move focus to Help
Show History
Show Files
Show Plots
Show Packages
Show Workspace
Show Git/SVN
Show Build
Sync Editor and PDF Preview
Command+F8
Description
Windows & Linux
Build and Reload
Ctrl+Shift+B
Command+Shift+B
Load All (devtools)
Ctrl+Shift+L
Command+Shift+L
Check Package
Ctrl+Shift+E
Command+Shift+E
Description
Windows & Linux
Previous plot
Ctrl+Shift+PageUp
Command+Shift+PageUp
Ctrl+Shift+PageDown
Command+Shift+PageDown
Show manipulator
Ctrl+Shift+M
Command+Shift+M
Description
Windows & Linux
Diff active source document
Ctrl+Shift+D
Command+Shift+D
Commit changes
Ctrl+Shift+M
Command+Shift+M
Scroll diff view
Ctrl+Up/Down
Ctrl+Up/Down
Stage/Unstage (Git)
Stage/Unstage and move next (Git)
(C) 2013 RStudio, Inc.
原文地址:, 感谢原作者分享。
您可能感兴趣的代码新版Rstudio,几个有助于高效编程的小技巧
众所周知,月初的时候RStudio发布了1.0版本,引起了广大用户的关注与感慨,其中的多项重大亮点,大家都已经了解甚至试用了。
除了notebook这种大尺度的逆天功能,RStudio作为一个IDE,还拥有众多或许不为太多人知的小细节。但正是这一系列小心思,默默提升了广大分析师们的工作效率。
本文就是跟大家介绍其中的几个小技巧。全文内容照例由谷歌翻译,豹哥不负责审核。
1.可分离的窗格
用户可以将数据窗格和代码窗格从主界面中拆分出来,以减少在窗格之间的频繁切换。尤其是如果你有多个显示器,可以将不同的窗格拖动到不同的显示器窗口,逼格尽显。具体怎么用?直接按住窗格的名字来拖拽试试,更方便的是窗格的名字下方有个小图标,猛击它就可以直接拆分与还原。
2.历史命令检索
与很多命令工具一样,在R的控制台里面按向上箭头,可以召唤出之前使用过的命令语句,按一次出一句,如果命令太久远,真的会按到手酸。其实只要略加修改,使用Ctrl+↑,就可以直接显示出历史命令的列表,然后从中选择需要的语句来执行。更贴心的是,RStudio会基于当前控制台中已经输入的起始字符来自动筛选出符合条件的候选命令,再次简化了操作步骤。
3.历史记录窗格
历史记录窗格中显示了历史上执行过的命令列表(并且可以对其进行搜索)。选中的命令段可以直接写入控制台或代码窗格。从此再也不用从控制台中复制命令再粘贴到代码文件中啦。
4.批量重命名
顾名思义,就是同一个变量名在代码的很多位置重复出现,如果写着写着发现需要换个更合适的名字,就不用一个一个去编辑了(也不用Ctrl+F然后再按好多次回车键),而只需要选中需要修改的变量,然后在菜单栏中依次点击Code -& Rename in Scope(默认快捷键是Ctrl+Alt+Shift+M),就可以批量地进行重命名了。这个工具考虑了上下文,因此把变量a1修改为baoge并不会把变量a11误杀为baoge1。
5.notebook里的画廊视图和卫星视图
听起来很神秘?这是当notebook中的代码块产出多幅图形时会使用的展现模式。默认会使用画廊模式(注意不是发廊),即一行缩略图,在缩略图之间切换以查看大图。画廊可以再扩展成一个新的卫星窗口,以便进行更细致的浏览。(这个功能其实挺符合直觉的,感知不大强烈。)
6.代码大纲
如果代码很长,要滚动浏览就会有点花时间了。RStudio针对代码提供了一个大纲视图,适用于notebook的Rmd以及传统的R脚本。在代码窗格菜单栏的最右边按钮点击就可以展开大纲视图(或者使用快捷键Ctrl+Shift+O)。在大纲视图中点击分段标题,就可以导航到相应位置。如果是notebook,Rmd里面的段落标题就定义了大纲的分段;而对于传统的R脚本,则需要用段落注释来定义分段(在菜单栏中依次点击Code
-& Insert Section,快捷键是Ctrl+Shift+R)。
7.预设代码块
有些常用代码已经成为了模板,可以利用预设代码块进行快捷的插入(就像预设的短信回复模板一样)。例如,输入fun,按Tab键,就会插入一段用于定义函数的代码框架。此时再按Tab键,还可以依次修改其中的关键元素。RStudio内置的代码模板已经挺多了,当然用户也可以自定义一些个性化的模板。
8.文件导航
大家都知道RStudio里通过Tab键就可以召唤出对函数和参数进行补全的各种选项。其实Tab键还可以帮助列出文件名,咱们就不用手动敲入那些冗长的文件路径了。这个技巧用起来也很自然,在一对双引号中间按下Tab键,就会打开一个简易的文件搜寻下拉框。
9.查看函数的定义
想查看一个函数的内部结构,只要将鼠标点到这个函数上,敲击F2,就会跳转到定义该函数的语句。如果是某个附加包里的函数,则会打开一个新的窗格,展示该函数的定义。
没有更多推荐了,苹果/安卓/wp
积分 31, 距离下一级还需 14 积分
道具: 涂鸦板, 彩虹炫, 雷达卡, 热点灯下一级可获得
道具: 显身卡, 匿名卡, 金钱卡
购买后可立即获得
权限: 隐身
道具: 金钱卡, 变色卡, 彩虹炫, 雷达卡, 热点灯, 涂鸦板
开心签到天数: 1 天连续签到: 1 天[LV.1]初来乍到
我的电脑中我想打开一个数据框在新的对话框中,使用view函数但是没有成功,如图结果
20:08:18 上传
希望解决!!谢谢!!我是新手菜鸟
这个需要下载安装的,参见http://mac.softpedia.com/get/System-Utilities/XQuartz.shtml
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
如有投资本站或合作意向,请联系(010-);
邮箱:service@pinggu.org
投诉或不良信息处理:(010-)
论坛法律顾问:王进律师

我要回帖

更多关于 r语言和rstudio 的文章

 

随机推荐