Hello Daniel,

although I am not completely sure what you mean with 'batch changes to
data'. Assuming that you want to modify the data in your tables, I would
first try to do it in MySQL without exporting it to R and the importing it
back. If it is to difficult to do in MySQL, for example a complex
calculation, then I would get it into R, change it and place it back in the
database. In that case you would need to update your tables and not simply
use dbWriteTable.

Albart
-- 
View this message in context: 
http://n4.nabble.com/Bulk-editing-of-mySQL-tables-tp1680417p1680776.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to