Data reading issue using ODBC connection to R studio

Dear community,

Please share your experience. I am connecting to ODBC using R studio and face a strange situation how R is displaying/reading the data.
Sample cases of data display:
1 as.raw(c(0xf1 0xf0 0xf0))
2 as.raw(c(0xc5 0xd6 0xd3))
3 as.raw(c(0xd7 0xd9 0xe2))
4 as.raw(c(0xc9 0xd6 0xc3))

or

f1f4f0
f1f0f4
f1f5f0
f1f5f1
f5f9f0

I believe this is due to the ODBC connection settings. Please advise how to resolve the case

Thank you in advance,
Kind regards
Diana

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.