Im trying to add data to MySQL table by using RMySQL. I only need to add one row at a time and it\'s not working. What I\'m trying to do is this.
dbGetQuery(
You could try with:
dbWriteTable(names, data[1,],append=True)
as the DBI package details