Rstudio (%in%) 快捷方式?

发布于 2025-01-11 15:29:52 字数 128 浏览 0 评论 0原文

R 中有一些快捷方式,例如 cmd + shift + m 用于 R Studio 中的管道命令 %>%。这太棒了。 Mac 上 %in% 的快捷方式怎么样?

There are shortcuts in R e.g. cmd + shift + m for piping commands %>% in R Studio. This is great. What about a shortcut for %in% on Mac?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

反目相谮 2025-01-18 15:29:52

安装 extrainserts 包,这会创建多个 Rstudio 插件。
其中之一插入 %in% 运算符并自动用单个空格将其包围。

然后,您可以在 RStudio 键盘快捷键菜单中搜索 Insert %in%(通过例如 Tools -> Modify Keyboard Shortcuts 访问)并设置您首选的键绑定。

Install the extrainserts package, which creates several Rstudio AddIns.
One of them inserts the %in% operator and automatically surrounds it by single spaces.

Then you can search for Insert %in% within the RStudio Keyboard Shortcuts Menu (access via e.g. Tools -> Modify Keyboard Shortcuts) and set your preferred keybinding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文