Skip to content

error in fread (showProgress is not type integer but type 'logical'. Please report.) #1944

@demydd

Description

@demydd

I have used fread to read data. But the error has arisen:

showProgress is not type integer but type 'logical'. Please report.

Here is the reproducible script:

library(data.table)
x <- "sgsddsfsfsf"
write.csv2(x,"check.csv", row.names=FALSE)
fread("check.csv", stringsAsFactor=FALSE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions