Displaying 1 result from an estimated 1 matches for "trad100524".
Did you mean:
trad100525
2010 May 26
2
writing function : can't find an object
...y,sep=""),zz[,c(1,3,4)],envir=.GlobalEnv)
}
Here is what I get :
> PLDaily(100524,100525)
Error in as.data.frame(y) : object 'PosB' not found
> ls()
[1] "PLDaily" "Pos100524" "Pos100525" "position" "sel"
"Trad100524" "Trad100525" "trade"
Why R can't find "PosB" ?
TY for your help.