Description Usage Arguments Details
Inserts the content of the spark_tbl
into the specified
table. An R wrapper for Spark's insertInto
.
1 | spark_write_insert(.data, table, mode = "append")
|
.data |
a |
table |
string, the table name |
mode |
string, usually |
Unlike saveAsTable
, insertInto
ignores the column
names and just uses position-based resolution. Watch out for column order!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.