美文网首页
Error: The size of the connectio

Error: The size of the connectio

作者: 超级可爱的懂事长鸭 | 来源:发表于2021-10-24 21:42 被阅读0次

遇到VROOM报错

Error: The size of the connection buffer (131072) was not large enough                                  
to fit a complete line:
  * Increase it by setting `Sys.setenv("VROOM_CONNECTION_SIZE")`

运行下面这个代码

Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2)
#*2的数值可以根据你的需求修改,直到代码正常运行

https://community.rstudio.com/t/vroom-connection-size-needs-increasing/34560/2

相关文章

网友评论

      本文标题:Error: The size of the connectio

      本文链接:https://www.haomeiwen.com/subject/hsudaltx.html