Skip to content

replace use of subset() throughout package with standard subsetting functions #39

Open
@atn38

Description

@atn38

According to subset() documentation and general R programming resources, subset() is better used interactively than in programs. This is due to its non-standard evaluation (need to understand more what it means).

Replace use of subset() in the package with [ and [[. $ is also not ideal, as it allows partial matching.

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