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.
我有一个包含几列的 ffdf。我想找到 read.table.ffdf 从数据中自动确定为字符串向量的列类。
这样做的一种粗略方法似乎是遍历列并使用 class(Data[1,index])。有没有更优雅的方式一次完成这一切?
我尝试查看 ffdf 对象的方法,但似乎都不合适。
谢谢!
这实际上很简单。您正在寻找 ffdf 的虚拟存储模式。
尝试以下操作:
vmode.ffdf(Data)