search for: lgddata

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

Did you mean: lddata
2004 Aug 05
1
function output
I have the next function : "extracting.lgddata"<-function(channel) { library(RODBC) channel<-odbcDriverConnect("") ....... ....... } ...... is just a sequence of SQL selects. But when I try to call the objects created from the select they do not seem to have been created. I checked with ls() and they actually do not exist....