RODBC sqlSave 列类型:如何确定?
我试图了解 RODBC 如何确定新创建的 (Access) 表的列类型? sqlSave 的 R 文档非常神秘:“类型是通过咨询参数 varTypes 和 typeInfo 选择的”。并且没有这个论点的例子。我在哪里可以找到更好的解释?
I'm trying to understand how RODBC determines the column types of a newly created (Access) table? The R documentation of sqlSave is very cryptic: "types are selected by consulting arguments varTypes and typeInfo". And no examples for this arguments. Where can I find a better explanation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需查看 RODBC 包的来源即可。
Just look at the sources of the RODBC package.
无需查看来源。请改用“getSqlTypeInfo(driver)”。
No need to look at the sources. Use "getSqlTypeInfo(driver)" instead.