Skip to content
Prev 163505 / 398506 Next

Failure to subset in R v 2.8.0

Alan Cohen wrote:
...
Hmm.

Does any of these make us any wiser?

mode(c$month)
any(c$month==11)
table(c$month)
dput(unique(c$month))