Displaying 1 result from an estimated 1 matches for "irrdb".
Did you mean:
irb
2004 Jul 29
2
unwanted as.integer
> a <- sqlQuery(irrdb, "select count(field) from mytable where field = 1")
> print(a)
count(field)
1 8
> paste(a)
[1] "as.integer(8)"
Why the as.integer() representation? I later pass the result into this
write.html.table(), and what I get is rows of as.integer()... when all I...