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?
I’m trying to understand how RODBC determines the column types of a newly created
Share
No need to look at the sources. Use “getSqlTypeInfo(driver)” instead.