Displaying 2 results from an estimated 2 matches for "testno".
Did you mean:
testio
2011 Nov 17
1
how to read the text ?
hi,R users:
I have such a text
num = 3
testco = 12
testno = 1;12;3
infp = test1;test2;test3
How can I read this text by readLines?
[[alternative HTML version deleted]]
2016 Apr 15
0
R stops responding/communicating in for loop (lengthy description of issue)
...(dBm)
freq=paste("set freq ",frequency[i])
writeChar(freq,out,nchars=nchar(freq,type="chars"))
flush(out)
Sys.sleep(.05)
} #sometimes this loop doesn't finish on first try,
sometimes I'll get one successful loop, sometimes 3-4.
testno=data.frame(response)
testout=paste("/home/bob/TMP/test",j,".csv")
write.csv(testno,testout)
num=paste("test Number ",j)
print(num)
} #A few times this loop has successfully completed. Most of the
time it doesn't.
writeLines("\"quit\&quo...