Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 182
Create Tables from R Data-frames
ОглавлениеFinally, it is possible to write back data from a dataset in R to a table in a database.
dbWriteTable(myConnection, “tbl_name”, data_frame_name[, ], overwrite = TRUE)
dbWriteTable()