Skip to content
Prev 277383 / 398506 Next

Remove thw data from the dataframe

I'm not aware of a way that one can have "blank" data.frame elements
in R....something about this seems mighty suspicious...

For the NA's, if you wish to omit them, I might suggest na.omit()

I don't know if you've seen this, but you should have a look at the
apropos() command. Very helpful

Michael
On Mon, Nov 14, 2011 at 11:50 PM, arunkumar1111 <akpbond007 at gmail.com> wrote: