search for: desired_slices

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

2009 Aug 11
1
reading heterogeneous CSV
...pulate the FIFOs with their data + read.csv the output sides of the FIFOs. But I have problems right out of the gate: when I set a data.frame element to the output of fifo(), what actually gets inserted seems to be an integer; I am guessing it's being turned into a factor. example: ---- desired_slices=c("ZZZZ","DISKWRITE") temps = data.frame(slice=desired_slices,row.names=1,handle=I("")) temps["ZZZZ",] = fifo("./ZZZZ",open="w+") showConnections() ( you can see that the connection is open) temps ( you can see that the contents...