Keyboard shortcut to produce code chunk brackets in markdown in R for RStudio

江枫思渺然 提交于 2020-08-02 06:26:11

问题


Is there a keyboard shortcut to produce code chunk brackets in Rmarkdown ?:

```{r}

```

回答1:


On a mac in RStudio: alt+cmd+i. It's under the "code" dropdown menu box if you forget it.




回答2:


on pc in RStudion it's: Ctrl+Alt+i



来源:https://stackoverflow.com/questions/30938280/keyboard-shortcut-to-produce-code-chunk-brackets-in-markdown-in-r-for-rstudio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!