Error: The size of the connectio

2021-10-24  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读