search for: pos100525

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

Did you mean: pos100524
2010 May 26
2
writing function : can't find an object
...;-0 #PL<-zz[c(1,3,4)] assign(paste("DailyPL",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.