Skip to content
Prev 200276 / 398502 Next

re move row if the column "date_abandoned" has a date in it

On Nov 14, 2009, at 5:24 PM, frenchcr wrote:

            
Con=me on frenchcr. Stop making us guess. Give us enough information  
to work with. You asked for something which I construed as saying you  
wanted dates greater than the the first day of the year 101. You did  
not address this question.

What do you get with str(new_data4) and  
summary(new_data4$date_abandoned) ? In order to know what sort of  
comparison to use we need to know what the data looks like.

Even better if you offered the output from:

small <- head(new_data4, 20)
dump("small", 20),