create_sql_table_query | R Documentation |
Get the SQL equivalent of creting a table from its tidyverse representation.
create_sql_table_query(con, df, tbl_name)
con |
DB connection |
df |
schema Schema name |
tbl_name |
The path to the table |
SQL query to create the dataframe as a table in a database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.