Skip to content

fread ignores integer argument for nrow #5328

@MEO265

Description

@MEO265

A function call of the form data.table::fread(file = file_path, nrow = 0L) results in the entire file being read. In my opinion, the behavior should be the same as when the call is data.table::fread(file = file_path, nrow = 0), since specifying the length as an integer is not uncommon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions