Description Usage Arguments See Also
Draft a SQL that creates a table using DDL derived from a dataframe. Drafting is stopped if the given tablename or fields in the dataframe are a SQL reserve word.
1 2 3 4 5 6 7 8 9 10 11 | draftCreateTable(schema, tableName, if_not_exists = TRUE, ...)
createTable(
conn,
schema,
tableName,
if_not_exists = TRUE,
...,
verbose = TRUE,
render_sql = TRUE
)
|
... |
Named vector of field names and their corresponding data definition. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.