Displaying 2 results from an estimated 2 matches for "nov99_tan9913".
2001 Jan 18
1
r help message
...t.smooth.opc.time.series" <-
function()
{
load.opc.ascii.files()
}
Within the sub-function "load.opc.ascii.files" I have tried two ways of
assigning variables for use by the calling function
"test.smooth.opc.time.series":
dir <<- c('h:/data/nov99_tan9913/opc/')
This works but clutters the workspace.
assign(dir, c('h:/data/nov99_tan9913/opc/')), envir =
test.smooth.opc.time.series)
Which returns an odd error telling me there is an invalid first argument
in assign. I don't see why, after reading the help on this functio...
2001 Mar 14
2
scan
Hello, I have a problem. I have to read a HUGE file which has to be
line processed, so I would like to use scan like
p <- scan(pfile,what=c(0,0,0,"",0,""),nlines=1)
but it continues to read the first line, so I have to add a skip and
increment the skip after each read.
It takes forever to read a test file of 1 Mb, the real one is in 60's Mb
Is there a way to read line