Is it possible to modify access database with R ?

Hi,

I create an access database and I want to modify it (like changing names a variable or changing an key id by another ...)
I know this is posible to do it by SQL but I want to save time by doing it with R

Thanks for help

Well, the only way I know for this is to do it using SQL from R by sending sql statements

odbc::dbSendStatement()
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.