读取以.txt分隔的问题;使用 fread 。该文件具有70Mb,但我使用相同的代码打开了更大的文件。 我总是使用该程序包而不会出现问题,今天这个错误自然发生了
Error: cannot allocate vector of size 3964.4 Gb
In addition: Warning message:
In fread("file.txt", sep = ";"): Previous fread() session was not cleaned up properly. Cleaned up ok at the beginning of this fread() call.
我已经尝试解决的问题:
1)重新安装软件包 2)重新安装R