Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 R 一段时间了。有时很烦人的是,当脚本变长时,您必须添加一个换行符来分隔代码。是否可以自动添加脚本换行符,例如 Matlab 中的单元格换行符。
像这样的东西:
代码 1
代码 2
谢谢:)
最好的,秦
正如@BenBolker 所提到的,如果您在 emacs ess 下,您可以尝试Ctrl-u 40#生成 40 个#注释符号来分隔代码块。
#