Re: [R] Stop on fail using data manipulation

2013-05-27 Thread arun
Monday, May 27, 2013 10:40 AM Subject: [R] Stop on fail using data manipulation Hello, I have a data set with test results for multiple devices (rows). I also have an index (column) that stores the first failing test for each device. I need to remove the results for all the tests that come afte

[R] Stop on fail using data manipulation

2013-05-27 Thread Ala' Jaouni
Hello, I have a data set with test results for multiple devices (rows). I also have an index (column) that stores the first failing test for each device. I need to remove the results for all the tests that come after the first failing test. Example of a data table: Device,first_failing_test,test