Description Usage Arguments Examples
Move a local data frame to Snowflake. Ensures table and column names are upper case.
1 | flaky_write(.data, table_schema, table_name, ..., con = getOption("flaky.con"))
|
.data |
A tbl. The data we wish to write. |
table_schema |
Name of target schema. |
table_name |
Name of target table |
... |
Additional parameters to pass on to [DBI::dbWriteTable()]. append, overwrite, etc. |
con |
A connection object. Typically generated by [flaky_connect()]. |
1 2 3 4 5 | ## Not run:
# Write to rdata.mtcars
mtcars %>% flaky_write("rdata", "mtcars")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.