View source: R/write_sql_to_create_table_from_df.R
Writes a DROP TABLE and CREATE TABLE sql statement for a given dataframe
1 | write_sql_to_create_table_from_df(dataframe, to_table_name)
|
dataframe |
dataframe to be loaded into table |
to_table_name |
name of the table that the dataframe will be loaded into |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.