Skip to content

when 'select' argument is provided, columns should be returned in the order provided to that argument  #1445

@arunsrinivasan

Description

@arunsrinivasan
require(data.table) # devel
fread("a,c,b\n1,2,3", select=c("b", "c"))
#    c b
#1: 2 3

I'd have expected the columns to be in the order provided to select. Just ran across this bug today.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions