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 以 Mac GUI 的方式匹配 Windows 中的括号/引号?在 Mac 上,当您输入括号或引号时,它会自动显示右括号/引号。
例如,在 Mac 中,当您键入
summary(
你得到
summary()
但在 Windows RGUI 中,您只需得到
我厌倦了在输入每个函数后必须输入括号/括号/引号,然后计数以确保我有足够的。
谢谢您的帮助。保罗
试试RStudio。它会改变你的生活。