Читать книгу 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()

The Big R-Book

Подняться наверх