遇到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