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.
作为我之前问题的后续,假设我有一个控制台应用程序,可以将 CSV 数据写入标准输出。
我怎样才能将它与read.csv或类似的东西一起使用?
read.csv
阅读help(Connections)文档并“去做”:)
help(Connections)
read.csv()可以通过 使用 URL url(),通过管道输出pipe(),甚至可以使用老式文件的工作文件。也有专门针对数据输入/输出的完整手册。
read.csv()
url()
pipe()