search for: systemresults

Displaying 1 result from an estimated 1 matches for "systemresults".

2009 Jul 12
2
for (n in SystemResults$EnTime) return EnTime[n] until reaching "(all)"
...first occurrence of the string "(all)" where I want to break off and do other things. From the results I'm getting from some test code I clearly don't understand how this is supposed to work. Here's a picture of what's in the first column of a sample data.frame: > SystemResults$EnTime [1] 853 906 919 932 945 958 1011 1024 1037 1050 1103 1116 1129 1142 1155 1208 1221 1234 1247 1300 (all) 853 906 919 932 945 958 1011 1024 1037 1050 [32] 1103 1116 1129 1142 1155 1208 1221 1234 1247 1300 (all) Levels: 853 906 919 932 945 958 1...