%in%有捷径吗?

时间:2019-11-05 15:02:45

标签: r rstudio

R新手在这里。我使用RStudio在R中搜索%in%的键盘快捷键未成功。想知道这里是否有人知道吗?我尝试了所有我能想到的组合。

2 个答案:

答案 0 :(得分:0)

多年后的答案,以防万一这仍然令人感兴趣。

您可以使用 enter image description here 包获取此快捷方式。

  1. 安装包:

devtools::install_github("rstudio/addinexamples", type = "source")

  1. 重启 R
  2. 转到工具 -> 插件 -> 浏览插件
  3. 点击键盘快捷键...。您将看到 %in% 的快捷方式现在是 Ctrl + Shift + I。您可以通过单击快捷方式并运行所需的快捷方式来更改快捷方式。

https://sqlzoo.net/wiki/AdventureWorks_hard_questions

答案 1 :(得分:-1)

Ctrl Shift m Cmd Shift m

正文至少需要30个字符,所以才是