Skip to content

Avoid duplicating content with base R/tidyverse #1

@humburg

Description

@humburg

This course has a reasonably long section on subsetting of data frames that mostly mirrors the subsetting of vectors. While it is certainly useful to know how to do that it is then mostly ignored in favour of dplyr's select() and filter() methods.

Since there is more content than we usually manage anyway, I would like to propose cutting most of the base R subsetting for data frames. It may be useful to retain a much smaller section that essentially says, look, you can subset data frames in almost the same way as vectors.

Teaching one way to do things should be enough for a course like this and sticking to the tidyverse way as much as possible should help to avoid confusion.

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