Skip to content

Wrong test on length(col_names) in fwf_empty() #186

@heavywatal

Description

@heavywatal

fwf_empty() fails when col_names is given. I think the line 52 in read_fwf.R is wrong:

    stopifnot(length(out$begin) != length(col_names))

Those lengths should be the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions