Displaying 2 results from an estimated 2 matches for "fiunction".
Did you mean:
ffunction
2009 Jul 24
1
EOF revisited
I learnt from this forum to test for EOF reached with fiunction readLines as follows:
con <- file("MyFle.txt","r")
repeat {
line <- readLines(con,n=1)
if (length(line) == 0) break
}
It works fine if I read one line at a time.
Since now I have a huge file so that it would take forever to read one line at a time,
I wonder h...
2011 Mar 19
3
[O/T] reference for regular expressions
Dear R People:
Could someone recommend a good reference on regular expressions, please?
Thanks in advance,
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com