Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆数字要加载到 R 中以进行进一步分析。数字很小,<128。但是有4G这样的数字。我想将它们加载到向量中。我可以将某些位指定为 R 中的整数以减少内存使用吗?分解数据是唯一的选择?
ff CRAN 包允许您创建具有 2、4、8、16 和 32 位整数(有符号或无符号)的向量。