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.
当使用readLines()R 中的函数从键盘读取标准输入时,Ctrl-D不像在 bash 中那样工作。实际上,我已经尝试了Ctrl和另一个字母的所有可能组合,但都没有奏效。如何告诉 R 停止readLines()?
readLines()
Ctrl-D
Ctrl
如果你在 Windows 上,Ctrl+ Z。