I have a question about using sqlSave. How does R map RODBC data in a data frame to columns of a database table?
If I have a table with columns X and Y and a data frame with columns X and Y, RODBC puts X in X and Y in Y (I found out by trail-and-error). But can I explicitly tell R how to map the data.frame columns to the columns of the database table, for example, put A in X and B in Y.
I'm new to R and I think the RODBC leadership is a bit cryptic. I also can not find an example on the Internet.
source
share