View source: R/insert_chunk_into.R
insert_chunkwise_into | R Documentation |
insert_chunkwise_into
can be used to insert chunks of data into a
database. Typically chunked
can be used to for preprocessing data
before adding it to a database.
insert_chunkwise_into(x, dest, table, temporary = FALSE, analyze = FALSE)
x |
tbl_chunk object |
dest |
database destination, e.g. src_dbi() |
table |
name of table |
temporary |
Should the table be removed when the database connection is closed? |
analyze |
Should the table be analyzed after import? |
a tbl
object pointing to the table in database dest
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.