Skip to content

Another issue with R-base functions that check for missingness of arguments without default values. #14

@swang87

Description

@swang87

Example:

tmp <- fc(ls, all.names = TRUE)
tmp() 

This fails but the following works:

ls(all.names=TRUE)

Basically, when tmp() is run, R complains that pattern cannot be found. Within the ls() function, we can see that there are conditional clauses that check for whether the pattern argument is passed in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions