I would like to note that utils::object.size fails on RODBC connection objects.
> DB<-RODBC::odbcConnect("internal")
> utils::object.size(DB)
Error in utils::object.size(DB) : object.size: unknown type 22
>
I took a brief look at do_objectsize in the source code, and could not figure
out how it
LSE,col.names=TRUE,
append=TRUE,sep=",",showWarnings=FALSE)
where showWarnings would default to TRUE.
Please cc: replies to [EMAIL PROTECTED]
Thank you.
Leif Kirschenbaum
Senior Yield Engineer
Reflectivity, Inc.
(408) 737-8100 x307
[EMAIL PROTECTED]
___
names[i], sep = "")
if (length(last.warning[[i]])) {
temp <- deparse(last.warning[[i]])
out <- paste(out, "in:", temp[1], if (length(temp) >
1)
" ...")
}
cat(out, ..., fill = TRUE)