Possible duplicate:
Delete empty lines of data file in R
Suppose I have a dataframe df
I would like to select rows from it, where any of the variables in the row are not NA
. That is, I only want to exclude the rows where all the NA
variables are in
source share