Displaying 1 result from an estimated 1 matches for "tp1680417p1680776".
2010 Mar 24
1
Bulk editing of mySQL tables
Hello,
I have started to use RMySQL and I would like to use R to make batch
changes to data. What it the best way to do this? Is it to download
the table using dbGetQuery, manipulate the data in R and then
dbWriteTable to delete the existing table and replace it with the local
data.
What I am concerned about this is that it might lose some mySQL table
configuration options and it isn't a