[R] function output

2004-08-05 Thread Luis Rideau Cruz
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

Re: [R] function output

2004-08-05 Thread Duncan Murdoch
On Thu, 05 Aug 2004 14:24:57 +0100, Luis Rideau Cruz [EMAIL PROTECTED] wrote : 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