Displaying 1 result from an estimated 1 matches for "membersind06".
2007 Oct 17
3
type conversion
Hello,
I am trying to do arithmetic on numbers extracted from a PostgreSQL
database, wherein the numbers are stored as type "money". The
transcript below illustrates the problem.
> Membersind06 <- sqlQuery(channel,"select * from income where rowname like '%Membersind%'")
> names(Membersind06)
[1] "rowname" "item" "budget07" "budget08" "actual06"
> Membersind06$actual06
[1] $149,625.00
Levels: $149,6...