将从 sqlQuery 导入的所有内容转换为字符
我有一个要使用 RODBC 导入到 R 中的 xls 文件,其中一列具有以下数据:
1,1A,2,3,4
当我使用 sqlQuery 命令时,该列被转换为数字并给出以下内容:
1,NA,2,3,4
我怎样才能阻止 sqlQuery 转换此列?我已经尝试过 as.is=TRUE
,但似乎不起作用。
为了使问题更普遍,我需要将所有内容导入文本(即不要尝试为我进行任何转换),在 sqlQuery
中可以吗?
I have an xls file to be imported into R using RODBC, one of the column has the following data:
1,1A,2,3,4
When I use the sqlQuery
command, this column is converted into number and gives the following:
1,NA,2,3,4
How can I stop sqlQuery
from converting this column? I have tried as.is=TRUE
, but seems not working.
To make the question more general, I need everything to be imported text (i.e. do not try to do any conversion for me), is it possible in sqlQuery
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论