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?
|
feedback
|
|
No need to look at the sources. Use "getSqlTypeInfo(driver)" instead.
| |||
|
feedback
|
|
Just look at the sources of the RODBC package.
| |||||||||||||||
feedback
|