Is R base::subset() really that bad?
Win-Vector Blog 2018-02-23
Summary:
Is R base::subset() really that bad? Notes discussing subset() often refer to the following text (from help(subset), referred to in examples: 1, 2): Warning This is a convenience function intended for use interactively. For programming it is better to use the standard sub-setting functions like [, and in particular the non-standard evaluation of argument subset … Continue reading Is
R base::subset() really that bad?