I've got a weird problem with R. I'm trying this:
is.wholenumber(5)
and I get
Error: could not find function "is.wholenumber"
I don't understand what the problem is. It's a basic function which is even referred to in: help(is.integer) so it should be there without needing additional downloading or special way of using?!?