View source: R/dbUtils_notExported.R
dbBuildTableQuery | R Documentation |
Builds CREATE TABLE query for a data frame object.
dbBuildTableQuery(
conn = NULL,
name,
obj,
field.types = NULL,
row.names = FALSE
)
conn |
A PostgreSQL connection |
name |
Table name string, length 1-2. |
obj |
A data frame object. |
field.types |
optional named list of the types for each field in |
row.names |
logical, should row.name of |
Adapted from RPostgreSQL::postgresqlBuildTableDefinition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.