Skip to content

selecting dataframe values that are not nulls

4 messages · Rajasekaramya, David Winsemius, Jorge Ivan Velez +1 more

#
Hi,

I have a dataframe with 14319rows and 9 colums. for some rows there are null
values.I want a dataframe without these null values.I wanna select only
those that have values !=NA. 

kindly let me know how to do that.

Ramya
#
On Sep 17, 2008, at 1:22 PM, Rajasekaramya wrote:

            
?is.na
2 days later
#
Ramya, you sent four near identical emails with different subject lines. 
Since the list is run by unpaid volunteers, please avoid wasting 
people's time (and yours too) with such redundancies.

Please read http://www.r-project.org/posting-guide.html and search the 
mailing lists and documentations.

Did you receive the replies to your 1st request from miltinho and Moshe?

If not, have a look at help(merge) with the all.x, all.y and all 
argument. You might also be interested in unique, is.na, list.

Regards, Adai
Rajasekaramya wrote: