Displaying 2 results from an estimated 2 matches for "_monetary".
Did you mean:
monetary
2009 Jul 21
1
error when installing rjags
...ectory
jags.cc:20: error: 'SArray' was not declared in this scope
jags.cc:21: error expected ',' or ';' before { token
R version 2.9.0 (2009-04-17)
i386-redhat-linux-gnu
locale:
LC_CTYPE=en_US.utf8;LC_NUMERIC=C;LC_TIME=en_US.utf8;LC_COLLATE=en_US.utf8;LC
_MONETARY=C;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=C;LC_ADDRESS=
C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.utf8;LC_IDENTIFICATION=C
attached base packages:
[1] datasets? utils? ? ? ? stats? ? ? ? graphics? grDevices methods? ?
base? ? ? ?
other attached packages:
? [1] gsubfn_0....
2010 Nov 24
4
R encoding question
Hi,
I am using RpgSQL to retrieve data from a PostgreSQL database wich is
with encoding UTF8, and I have some Chinese character in one of the
columns, unfortunately R can't show it correctly.
> df <- dbGetQuery(con, "select * from test")
> df
a b
1 1 ????????\xa2
2 2 ???? EURO\xa1
I see the following option, do I need to change the encoding option to
show