How can I simultaneously use colClasses and select arguments of fread in R?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1423个文字,预计阅读时间需要6分钟。
我在尝试从具有许多未使用字段的制表符分隔文件中,使用fread函数在data.table包中加载少量字段。
Imtryingtoloadinasmallnumberoffieldsfromatab-separatedfilewithmanymoreunusedfieldI'm trying to load in a small number of fields from a tab-separated file with many more unused fields using fread in the data.table package.
我正在尝试使用数据中的fread从表分隔的文件加载少量字段,其中有许多未使用的字段。表方案。
To this end, I'm using the select option, which works great for reading in the columns.
为此,我使用select选项,它非常适合在列中阅读。
本文共计1423个文字,预计阅读时间需要6分钟。
我在尝试从具有许多未使用字段的制表符分隔文件中,使用fread函数在data.table包中加载少量字段。
Imtryingtoloadinasmallnumberoffieldsfromatab-separatedfilewithmanymoreunusedfieldI'm trying to load in a small number of fields from a tab-separated file with many more unused fields using fread in the data.table package.
我正在尝试使用数据中的fread从表分隔的文件加载少量字段,其中有许多未使用的字段。表方案。
To this end, I'm using the select option, which works great for reading in the columns.
为此,我使用select选项,它非常适合在列中阅读。

