Displaying 2 results from an estimated 2 matches for "tempobject".
2010 Nov 22
2
Check for is.object
Hello,
I am trying to recursively append some data from multiple files into a
common object
For this, I am using in a loop
NewObject <- rbind(NewObject,tempObject)
For the first loop, obviously there is no NewObject ... so I wanted to do
NewObject <- tempObject[0,]
Now when it loops again I want to put the statement do "NewObject <-
tempObject[0,]" inside a if statement ... so that it does I can skip it once
NewObject has been initialized....
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ck for is.object
Message-ID: <4cea88f0.1f44960a.1cfe.fffff56a at mx.google.com>
Content-Type: text/plain; charset="us-ascii"
Hello,
I am trying to recursively append some data from multiple files into a
common object
For this, I am using in a loop
NewObject <- rbind(NewObject,tempObject)
For the first loop, obviously there is no NewObject ... so I wanted to do
NewObject <- tempObject[0,]
Now when it loops again I want to put the statement do "NewObject <-
tempObject[0,]" inside a if statement ... so that it does I can skip it once
NewObject has been initialized....