We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redirect/delete pages
Fixes/ports for contributions
Updated Subsetting (markdown)
By your description, you wanted 'select' to be a 3x2 matrix. With my fix, I think it does what you want.
Contributed fixes
A few typos
typo
Fix repetitive wording
Proofreading
More subsetting rewriting
More applications
A bit more on applications
More subsetting tweaks, plus better tools for tracking copies
Fix escaping
A few more notes about subsetting + assignment
Flesh out types and operators
Previous command was valid but confusing since x[c(1, 1)] <- 2:3 gives the same result as x[c(1)] <- 3 I am guessing c(1, 2) was intended.
Expand on which
Tweak escaping
More on subsetting
More about subsetting
Fix typos
Subsetting practice ideas
Move subsetting to own appendix. Start on attributes. Remove markdown from appendices