-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels