R:case4base – data filtering and ordering with base R
Contents
Introduction
How to use this article
Selecting (subsetting) relevant data from a data.frame
Constructing meaningful subsets simply and safely
More ways to provide subset indices
Sorting data
Sorting by multiple vectors with different order
Alternatives to base R
TL;DR - Just want the code
Exercises
References
Exercise ... [Read more...]