使用R将VCI JSON.GZ文件转换为CSV

时间:2018-11-20 20:17:35

标签: r gzip data-conversion gz jsonlite

我有一个以“ .vci_json.gz”结尾的文件。我的目标是使用R读取此文件的内容,并将内容写入CSV格式的结构化表中。

我尝试将jsonlite包用于R,例如...

dataset1 <- suppressWarnings(stream_in(gzfile("data.vci_json")))

...但是我收到以下错误消息“打开gzfile输入连接。

Error in open.connection(con, "rb") : cannot open the connection".

有人在想如何获取CSV格式的数据?

0 个答案:

没有答案