I want to go through a column in data called
date_abandoned....data["date_abandoned"]....and remove all the rows that
have numbers greater than 1,010,000.

The dates are in the format 20091114 so i'm just going to treat them as
numbers for clean up purposes.


I know that i use subset but not sure how to proceed from there.



-- 
View this message in context: 
http://old.nabble.com/remove-row-if-the-column-%22date_abandoned%22-has-a-date-in-it-tp26352457p26352457.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to